Jitter at 100ms
This commit is contained in:
parent
73c09bc4e9
commit
01f8e83148
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue