aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_manipulation_send_tcp.c
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 /src/transport/test_transport_api_manipulation_send_tcp.c
parentf9164de0ed725bb49cd150f6acdf444cc3aa4a01 (diff)
downloadgnunet-9a749a0574a9e9c36e59ed9924cb83df0e359121.tar.gz
gnunet-9a749a0574a9e9c36e59ed9924cb83df0e359121.zip
documentation
Diffstat (limited to 'src/transport/test_transport_api_manipulation_send_tcp.c')
-rw-r--r--src/transport/test_transport_api_manipulation_send_tcp.c13
1 files changed, 7 insertions, 6 deletions
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"