From 9dc2dba015ab0b34d651afb04a5fc9fd520a0aad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Wed, 15 Jun 2011 07:15:32 +0000 Subject: [PATCH] commented --- src/vpn/gnunet-daemon-exit.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c index 4530ccdcd..c999df834 100644 --- a/src/vpn/gnunet-daemon-exit.c +++ b/src/vpn/gnunet-daemon-exit.c @@ -273,6 +273,10 @@ udp_from_helper (struct udp_pkt *udp, unsigned char *dadr, size_t addrlen, } else { + /* otherwise the answer came from a different port (tftp does this) + * add this new port to the list of all services, so that the packets + * coming back from the client to this new port will be routed correctly + */ struct redirect_service *serv = GNUNET_malloc (sizeof (struct redirect_service)); memcpy (serv, state->serv, sizeof (struct redirect_service)); -- 2.25.1