aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index 20d052dce..691319100 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -82,9 +82,9 @@
82 82
83/** 83/**
84 * How often do we rekey based on number of bytes transmitted? 84 * How often do we rekey based on number of bytes transmitted?
85 * (additionally randomized). 85 * (additionally randomized). Currently 400 MB
86 */ 86 */
87#define REKEY_MAX_BYTES (1024LLU * 1024 * 1024 * 4LLU) 87#define REKEY_MAX_BYTES (1024LLU * 1024 * 400)
88 88
89/** 89/**
90 * Size of the initial key exchange message sent first in both 90 * Size of the initial key exchange message sent first in both