aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp_new.h
diff options
context:
space:
mode:
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;