gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r35989 - gnunet/src/nat


From: gnunet
Subject: [GNUnet-SVN] r35989 - gnunet/src/nat
Date: Thu, 25 Jun 2015 10:48:42 +0200

Author: wachs
Date: 2015-06-25 10:48:41 +0200 (Thu, 25 Jun 2015)
New Revision: 35989

Modified:
   gnunet/src/nat/test_stun.c
Log:
adding a first set of fixmes to stun code

Modified: gnunet/src/nat/test_stun.c
===================================================================
--- gnunet/src/nat/test_stun.c  2015-06-25 08:47:00 UTC (rev 35988)
+++ gnunet/src/nat/test_stun.c  2015-06-25 08:48:41 UTC (rev 35989)
@@ -104,6 +104,8 @@
                
                
        }
+
+
 }
 
 
@@ -167,10 +169,12 @@
         //Lets call our function now when it accepts
         ltask4 = GNUNET_SCHEDULER_add_read_net (GNUNET_TIME_UNIT_FOREVER_REL,
                                                 lsock4, &do_udp_read, NULL);
+        /* So you read once and what will happen if you get an irregular 
message? Repeat and add timeout */
 
     }
     if(NULL == lsock4 )
     {
+       /* FIXME: duplicate check  */
         GNUNET_SCHEDULER_shutdown ();
         return;
     }
@@ -205,4 +209,5 @@
        return ret;
 }
 
+/* FIXME: wrong file name */
 /* end of test_nat.c */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]