From 5cc2c89cdcb6d8fb2b848f61e3caf001dfd40fb4 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 30 Jan 2012 12:27:14 +0000 Subject: - changes --- src/transport/plugin_transport_udp_new.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/transport/plugin_transport_udp_new.h') 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 @@ #define LOG(kind,...) GNUNET_log_from (kind, "transport-udp", __VA_ARGS__) #define DEBUG_UDP GNUNET_YES +#define DEBUG_UDP_BROADCASTING GNUNET_NO /** * MTU for fragmentation subsystem. Should be conservative since @@ -127,12 +128,6 @@ struct Plugin */ struct GNUNET_CONTAINER_MultiHashMap *sessions; - /** - * Session of peers with whom we are currently connected, - * map of peer identity to 'struct PeerSession'. - */ - struct GNUNET_CONTAINER_MultiHashMap *inbound_sessions; - /** * Heap with all of our defragmentation activities. */ -- cgit v1.2.3