将Packet Max Layer修改为32
This commit is contained in:
@@ -65,7 +65,7 @@ struct layer_record
|
||||
uint16_t pld_len; // payload length
|
||||
};
|
||||
|
||||
#define PACKET_MAX_LAYERS 16
|
||||
#define PACKET_MAX_LAYERS 32
|
||||
struct packet
|
||||
{
|
||||
struct layer_record layers[PACKET_MAX_LAYERS];
|
||||
|
||||
Reference in New Issue
Block a user