gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26026 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r26026 - gnunet/src/transport
Date: Tue, 5 Feb 2013 17:06:58 +0100

Author: wachs
Date: 2013-02-05 17:06:58 +0100 (Tue, 05 Feb 2013)
New Revision: 26026

Modified:
   gnunet/src/transport/gnunet-service-transport_manipulation.c
   gnunet/src/transport/test_transport_api_manipulation_recv_tcp.c
   gnunet/src/transport/test_transport_api_manipulation_send_tcp.c
Log:
documentation


Modified: gnunet/src/transport/gnunet-service-transport_manipulation.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_manipulation.c        
2013-02-05 16:03:08 UTC (rev 26025)
+++ gnunet/src/transport/gnunet-service-transport_manipulation.c        
2013-02-05 16:06:58 UTC (rev 26026)
@@ -22,7 +22,7 @@
  * @file transport/gnunet-service-transport_manipulation.c
  * @brief transport component manipulation traffic for simulation
  * @author Christian Grothoff
- * @author
+ * @author Matthias Wachs
  */
 #include "platform.h"
 #include "gnunet-service-transport_blacklist.h"

Modified: gnunet/src/transport/test_transport_api_manipulation_recv_tcp.c
===================================================================
--- gnunet/src/transport/test_transport_api_manipulation_recv_tcp.c     
2013-02-05 16:03:08 UTC (rev 26025)
+++ gnunet/src/transport/test_transport_api_manipulation_recv_tcp.c     
2013-02-05 16:06:58 UTC (rev 26026)
@@ -18,13 +18,14 @@
      Boston, MA 02111-1307, USA.
 */
 /**
- * @file transport/test_transport_api.c
- * @brief base test case for transport implementations
+ * @file transport/test_transport_api_manipulation_recv_tcp.c
+ * @brief base test case for transport traffic manipulation implementation
  *
- * This test case serves as a base for tcp, udp, and udp-nat
- * transport test cases.  Based on the executable being run
- * the correct test case will be performed.  Conservation of
- * C code apparently.
+ * This test case will setup 2 peers and connect them, the first message
+ * will be sent without manipulation, then a receive delay of 1 second will
+ * be configured and 2 more message will be sent. Time will be measured
+ *
+ * In addition the distance on receiver side will be manipulated to be 10
  */
 #include "platform.h"
 #include "gnunet_transport_service.h"
@@ -489,4 +490,4 @@
   return ret;
 }
 
-/* end of test_transport_api.c */
+/* end of test_transport_api_manipulation_recv_tcp.c */

Modified: gnunet/src/transport/test_transport_api_manipulation_send_tcp.c
===================================================================
--- gnunet/src/transport/test_transport_api_manipulation_send_tcp.c     
2013-02-05 16:03:08 UTC (rev 26025)
+++ gnunet/src/transport/test_transport_api_manipulation_send_tcp.c     
2013-02-05 16:06:58 UTC (rev 26026)
@@ -18,13 +18,14 @@
      Boston, MA 02111-1307, USA.
 */
 /**
- * @file transport/test_transport_api.c
- * @brief base test case for transport implementations
+ * @file transport/test_transport_api_manipulation_send_tcp.c
+ * @brief base test case for transport traffic manipulation implementation
  *
- * This test case serves as a base for tcp, udp, and udp-nat
- * transport test cases.  Based on the executable being run
- * the correct test case will be performed.  Conservation of
- * C code apparently.
+ * This test case will setup 2 peers and connect them, the first message
+ * will be sent without manipulation, then a send delay of 1 second will
+ * be configured and 1 more message will be sent. Time will be measured.
+ *
+ * In addition the distance on receiver side will be manipulated to be 10
  */
 #include "platform.h"
 #include "gnunet_transport_service.h"




reply via email to

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