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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/transport/plugin_transport_udp_new.h b/src/transport/plugin_transport_udp_new.h
index ec943c11b..d3eb192a1 100644
--- a/src/transport/plugin_transport_udp_new.h
+++ b/src/transport/plugin_transport_udp_new.h
@@ -41,7 +41,7 @@
41 41
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_NO
45#define DEBUG_UDP_BROADCASTING GNUNET_NO 45#define DEBUG_UDP_BROADCASTING GNUNET_NO
46 46
47/** 47/**
@@ -231,12 +231,6 @@ struct Plugin
231 struct BroadcastAddress *ipv4_broadcast_tail; 231 struct BroadcastAddress *ipv4_broadcast_tail;
232 struct BroadcastAddress *ipv4_broadcast_head; 232 struct BroadcastAddress *ipv4_broadcast_head;
233 233
234
235 /**
236 * expected delay for ACKs
237 */
238 struct GNUNET_TIME_Relative last_expected_delay;
239
240 /** 234 /**
241 * Enable IPv6 235 * Enable IPv6
242 */ 236 */