Jitter at 100ms

This commit is contained in:
Quentin 2019-08-30 12:16:34 +02:00
parent 73c09bc4e9
commit 01f8e83148

View file

@ -7,7 +7,7 @@
// A Tor cell size is 512 bytes but handle only 498 bytes of data // A Tor cell size is 512 bytes but handle only 498 bytes of data
#define TOR_CELL_SIZE 498 #define TOR_CELL_SIZE 498
#define ALLOWED_JITTER_MS 200 #define ALLOWED_JITTER_MS 100
#define MAX_LINKS 64 #define MAX_LINKS 64
struct thunder_ctx { struct thunder_ctx {