Make probation zone size configurable

This commit is contained in:
Aaro Altonen 2019-09-30 08:58:01 +03:00
parent a7b39c7d97
commit 1cf8ec8d40
1 changed files with 5 additions and 0 deletions

View File

@ -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>