1 #define MAX_PACKETS_IN_RCVQUEUE 32
3 #define MAX_TOTAL_OOO_PACKETS 128
4 #define MAX_TOTAL_OOO_PER_NEIGH 32
5 #define MAX_TOTAL_OOO_PER_CONN 12
7 #define MAX_TOTAL_BUFFER_SIZE 256
9 #define PING_COOKIES_PER_NEIGH 16
10 #define PING_COOKIES_NOTHROTTLE 3
11 #define PING_COOKIES_FIFO 5
12 #define PING_PONGLIMIT 2
13 #define PING_THROTTLE_LIMIT_MS 10000