aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-12 16:39:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-12 16:39:03 +0000
commitce1136b52a46d90dff7618a3ec0504085f1cf6a4 (patch)
treef12a7df0065a1a330bbb61f8c7e35ff22757b05c /src/transport/transport.h
parent1bd2d5220b3483c6e6eeed3f5c9017e44612826f (diff)
downloadgnunet-ce1136b52a46d90dff7618a3ec0504085f1cf6a4.tar.gz
gnunet-ce1136b52a46d90dff7618a3ec0504085f1cf6a4.zip
fixing bug with connections that go down not coming back up
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index c06e42eaa..343679b2e 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -37,7 +37,9 @@
37#define ATS_MAX_ITERATIONS INT_MAX 37#define ATS_MAX_ITERATIONS INT_MAX
38 38
39#define DEBUG_TRANSPORT GNUNET_NO 39#define DEBUG_TRANSPORT GNUNET_NO
40
40#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO 41#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO
42
41#define DEBUG_TRANSPORT_DISCONNECT GNUNET_NO 43#define DEBUG_TRANSPORT_DISCONNECT GNUNET_NO
42 44
43/** 45/**