summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-04-28 12:06:27 +0200
committert3sserakt <t3ss@posteo.de>2023-05-02 12:41:03 +0200
commit1e57b2d862d1a0286e0b28403a4073292133c156 (patch)
tree996aec45fcc0efd9d97bc07b7095e39721418db4
parent29857df6f9f702c8773c2c815adb571bb507544c (diff)
TNG: Change config of performance test case to used TCP and UDP together.
-rw-r--r--src/transport/test_transport_simple_send_performance_topo.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_simple_send_performance_topo.conf b/src/transport/test_transport_simple_send_performance_topo.conf
index 1c73952d2..9f39cd9bc 100644
--- a/src/transport/test_transport_simple_send_performance_topo.conf
+++ b/src/transport/test_transport_simple_send_performance_topo.conf
@@ -2,5 +2,5 @@ M:2
N:1
X:0
T:libgnunet_test_transport_plugin_cmd_simple_send_performance
-P:1:1|{connect:{P:1:2:tcp}}
-P:1:2|{connect:{P:1:1:tcp}} \ No newline at end of file
+P:1:1|{connect:{P:1:2:tcp}|{P:1:2:udp}}
+P:1:2|{connect:{P:1:1:tcp}|{P:1:1:udp}} \ No newline at end of file