From 9a749a0574a9e9c36e59ed9924cb83df0e359121 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 5 Feb 2013 16:06:58 +0000 Subject: documentation --- src/transport/test_transport_api_manipulation_recv_tcp.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/transport/test_transport_api_manipulation_recv_tcp.c') 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 @@ 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 @@ main (int argc, char *argv[]) return ret; } -/* end of test_transport_api.c */ +/* end of test_transport_api_manipulation_recv_tcp.c */ -- cgit v1.2.3