documentation-change
authorPhilipp Tölke <toelke@in.tum.de>
Sun, 10 Apr 2011 11:22:36 +0000 (11:22 +0000)
committerPhilipp Tölke <toelke@in.tum.de>
Sun, 10 Apr 2011 11:22:36 +0000 (11:22 +0000)
src/vpn/gnunet-daemon-exit.c

index c7d851cb3356aaa94e15297d2a342f248c1f654f..c897dfbec44a920cb145c97d83240d0a586f4c72 100644 (file)
@@ -61,8 +61,8 @@ static int ret;
 static struct GNUNET_MESH_Handle *mesh_handle;
 
 /**
- * This hashmap contains the mapping from peer, service-descriptor,
- * source-port and destination-port to a socket
+ * This hashmaps contains the mapping from peer, service-descriptor,
+ * source-port and destination-port to a struct redirect_state
  */
 static struct GNUNET_CONTAINER_MultiHashMap *udp_connections;
 static struct GNUNET_CONTAINER_MultiHashMap *tcp_connections;