aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp_new.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-01-30 12:27:14 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-01-30 12:27:14 +0000
commit5cc2c89cdcb6d8fb2b848f61e3caf001dfd40fb4 (patch)
tree48bb0a488d25c100013e2d4c8a5cea76c83a5481 /src/transport/plugin_transport_udp_new.h
parent02702760aa5a9b695b11244a54142209759c908b (diff)
downloadgnunet-5cc2c89cdcb6d8fb2b848f61e3caf001dfd40fb4.tar.gz
gnunet-5cc2c89cdcb6d8fb2b848f61e3caf001dfd40fb4.zip
- changes
Diffstat (limited to 'src/transport/plugin_transport_udp_new.h')
-rw-r--r--src/transport/plugin_transport_udp_new.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/transport/plugin_transport_udp_new.h b/src/transport/plugin_transport_udp_new.h
index c98553062..062849e9d 100644
--- a/src/transport/plugin_transport_udp_new.h
+++ b/src/transport/plugin_transport_udp_new.h
@@ -42,6 +42,7 @@
42#define LOG(kind,...) GNUNET_log_from (kind, "transport-udp", __VA_ARGS__) 42#define LOG(kind,...) GNUNET_log_from (kind, "transport-udp", __VA_ARGS__)
43 43
44#define DEBUG_UDP GNUNET_YES 44#define DEBUG_UDP GNUNET_YES
45#define DEBUG_UDP_BROADCASTING GNUNET_NO
45 46
46/** 47/**
47 * MTU for fragmentation subsystem. Should be conservative since 48 * MTU for fragmentation subsystem. Should be conservative since
@@ -128,12 +129,6 @@ struct Plugin
128 struct GNUNET_CONTAINER_MultiHashMap *sessions; 129 struct GNUNET_CONTAINER_MultiHashMap *sessions;
129 130
130 /** 131 /**
131 * Session of peers with whom we are currently connected,
132 * map of peer identity to 'struct PeerSession'.
133 */
134 struct GNUNET_CONTAINER_MultiHashMap *inbound_sessions;
135
136 /**
137 * Heap with all of our defragmentation activities. 132 * Heap with all of our defragmentation activities.
138 */ 133 */
139 struct GNUNET_CONTAINER_Heap *defrags; 134 struct GNUNET_CONTAINER_Heap *defrags;