summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-02-05 16:06:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-02-05 16:06:58 +0000
commit9a749a0574a9e9c36e59ed9924cb83df0e359121 (patch)
treebdd8b29357c6d20034f9ae6bbb105f77d50c1101
parentf9164de0ed725bb49cd150f6acdf444cc3aa4a01 (diff)
downloadgnunet-9a749a0574a9e9c36e59ed9924cb83df0e359121.tar.gz
gnunet-9a749a0574a9e9c36e59ed9924cb83df0e359121.zip
documentation
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c2
-rw-r--r--src/transport/test_transport_api_manipulation_recv_tcp.c15
-rw-r--r--src/transport/test_transport_api_manipulation_send_tcp.c13
3 files changed, 16 insertions, 14 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index c00d2b64e..34c8ab173 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -22,7 +22,7 @@
22 * @file transport/gnunet-service-transport_manipulation.c 22 * @file transport/gnunet-service-transport_manipulation.c
23 * @brief transport component manipulation traffic for simulation 23 * @brief transport component manipulation traffic for simulation
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author 25 * @author Matthias Wachs
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "gnunet-service-transport_blacklist.h" 28#include "gnunet-service-transport_blacklist.h"
diff --git a/src/transport/test_transport_api_manipulation_recv_tcp.c b/src/transport/test_transport_api_manipulation_recv_tcp.c
index ef734307e..46215076f 100644
--- a/src/transport/test_transport_api_manipulation_recv_tcp.c
+++ b/src/transport/test_transport_api_manipulation_recv_tcp.c
@@ -18,13 +18,14 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file transport/test_transport_api.c 21 * @file transport/test_transport_api_manipulation_recv_tcp.c
22 * @brief base test case for transport implementations 22 * @brief base test case for transport traffic manipulation implementation
23 * 23 *
24 * This test case serves as a base for tcp, udp, and udp-nat 24 * This test case will setup 2 peers and connect them, the first message
25 * transport test cases. Based on the executable being run 25 * will be sent without manipulation, then a receive delay of 1 second will
26 * the correct test case will be performed. Conservation of 26 * be configured and 2 more message will be sent. Time will be measured
27 * C code apparently. 27 *
28 * In addition the distance on receiver side will be manipulated to be 10
28 */ 29 */
29#include "platform.h" 30#include "platform.h"
30#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
@@ -489,4 +490,4 @@ main (int argc, char *argv[])
489 return ret; 490 return ret;
490} 491}
491 492
492/* end of test_transport_api.c */ 493/* end of test_transport_api_manipulation_recv_tcp.c */
diff --git a/src/transport/test_transport_api_manipulation_send_tcp.c b/src/transport/test_transport_api_manipulation_send_tcp.c
index 6e8489e6e..2e40e9fcc 100644
--- a/src/transport/test_transport_api_manipulation_send_tcp.c
+++ b/src/transport/test_transport_api_manipulation_send_tcp.c
@@ -18,13 +18,14 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file transport/test_transport_api.c 21 * @file transport/test_transport_api_manipulation_send_tcp.c
22 * @brief base test case for transport implementations 22 * @brief base test case for transport traffic manipulation implementation
23 * 23 *
24 * This test case serves as a base for tcp, udp, and udp-nat 24 * This test case will setup 2 peers and connect them, the first message
25 * transport test cases. Based on the executable being run 25 * will be sent without manipulation, then a send delay of 1 second will
26 * the correct test case will be performed. Conservation of 26 * be configured and 1 more message will be sent. Time will be measured.
27 * C code apparently. 27 *
28 * In addition the distance on receiver side will be manipulated to be 10
28 */ 29 */
29#include "platform.h" 30#include "platform.h"
30#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"