From ed53a24f07a861edf7edd327c04fc7a23111e3c4 Mon Sep 17 00:00:00 2001 From: Bruno Cabral Date: Wed, 1 Jul 2015 04:09:34 +0000 Subject: [PATCH] --- src/nat/test_stun.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 */ -- 2.25.1