Make probation zone size configurable
This commit is contained in:
parent
a7b39c7d97
commit
1cf8ec8d40
|
@ -4,8 +4,13 @@
|
|||
#include <ws2def.h>
|
||||
#else
|
||||
#include <netinet/in.h>
|
||||
|
||||
#ifdef __RTP_PROBATION_ZONE_SIZE__
|
||||
#define PROBATION_MAX_PKTS __RTP_PROBATION_ZONE_SIZE__
|
||||
#else
|
||||
#define PROBATION_MAX_PKTS 8
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue