packet: Define a global default maximum size for IKE packets
This commit is contained in:
@@ -28,6 +28,11 @@ typedef struct packet_t packet_t;
|
||||
#include <library.h>
|
||||
#include <networking/host.h>
|
||||
|
||||
/**
|
||||
* Maximum packet size we handle by default
|
||||
*/
|
||||
#define PACKET_MAX_DEFAULT 10000
|
||||
|
||||
/**
|
||||
* Abstraction of an IP/UDP-Packet, contains data, sender and receiver.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user