aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-29 13:12:04 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-29 13:12:04 +0000
commitdc87f102d4101926122b473e20ffb7d771f840d7 (patch)
treed5a402fc93119cc12c4760c8e0192490f765f002 /src/transport/test_quota_compliance.c
parent21d900ca0fa54b52121c0e91931cee3801997e5b (diff)
downloadgnunet-dc87f102d4101926122b473e20ffb7d771f840d7.tar.gz
gnunet-dc87f102d4101926122b473e20ffb7d771f840d7.zip
and quota compliance for udp
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index bfcf3f1fd..087d72da0 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -595,8 +595,8 @@ run (void *cls,
595 } 595 }
596 else if (is_udp) 596 else if (is_udp)
597 { 597 {
598 setup_peer (&p1, "test_quota_compliance_tcp_peer1.conf"); 598 setup_peer (&p1, "test_quota_compliance_udp_peer1.conf");
599 setup_peer (&p2, "test_quota_compliance_tcp_peer2.conf"); 599 setup_peer (&p2, "test_quota_compliance_udp_peer2.conf");
600 } 600 }
601 else if (is_tcp_nat) 601 else if (is_tcp_nat)
602 { 602 {