From: Bruno Cabral Date: Wed, 1 Jul 2015 04:09:34 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~1653 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed53a24f07a861edf7edd327c04fc7a23111e3c4;p=oweals%2Fgnunet.git --- diff --git a/src/nat/test_stun.c b/src/nat/test_stun.c index 1d271ffee..f0956d021 100644 --- a/src/nat/test_stun.c +++ b/src/nat/test_stun.c @@ -91,13 +91,13 @@ do_udp_read (void *cls, lsock4))) { rlen = GNUNET_NETWORK_socket_recv (lsock4, reply_buf, sizeof (reply_buf)); - printf("Recivied something of size %d", rlen); + //Lets handle the packet memset(&answer, 0, sizeof(struct sockaddr_in)); GNUNET_NAT_stun_handle_packet(reply_buf,rlen, &answer); - //Print the anser + //Print the answer //TODO: Delete the object ret = 0; print_answer(&answer); @@ -209,5 +209,4 @@ main (int argc, char *const argv[]) return ret; } -/* FIXME: wrong file name */ -/* end of test_nat.c */ +/* end of test_stun.c */