aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:22:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:22:19 +0000
commit2d0451c3fc7eeb950ab5a65b78afdcbaee098b9a (patch)
tree24ccb9e88e07e0b85c01bb2320fb2b8e79f7f23f /src/core/gnunet-service-core_neighbours.c
parente9ef08a326a39c5702602f7b22f7fd23d5d6005d (diff)
downloadgnunet-2d0451c3fc7eeb950ab5a65b78afdcbaee098b9a.tar.gz
gnunet-2d0451c3fc7eeb950ab5a65b78afdcbaee098b9a.zip
DCE
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c
index 0548766d0..2aabde05e 100644
--- a/src/core/gnunet-service-core_neighbours.c
+++ b/src/core/gnunet-service-core_neighbours.c
@@ -35,14 +35,6 @@
35 35
36 36
37/** 37/**
38 * Receive and send buffer windows grow over time. For
39 * how long can 'unused' bandwidth accumulate before we
40 * need to cap it? (specified in seconds).
41 */
42#define MAX_WINDOW_TIME_S (5 * 60)
43
44
45/**
46 * Message ready for transmission via transport service. This struct 38 * Message ready for transmission via transport service. This struct
47 * is followed by the actual content of the message. 39 * is followed by the actual content of the message.
48 */ 40 */