summaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_manipulation_send_tcp.c
diff options
context:
space:
mode:
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"