From: Philipp Tölke Date: Wed, 15 Jun 2011 07:15:32 +0000 (+0000) Subject: commented X-Git-Tag: initial-import-from-subversion-38251~18201 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9dc2dba015ab0b34d651afb04a5fc9fd520a0aad;p=oweals%2Fgnunet.git commented --- 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));