aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 08:23:49 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 08:23:49 +0000
commit18d6dd58fe1136c2791691050a9e07bec42fa2e6 (patch)
tree07e37cf957dc1e77f345b82bf310439c0bee2f9f
parent97f20c715e7b70626bb2413a5f020c56bb50a177 (diff)
downloadgnunet-18d6dd58fe1136c2791691050a9e07bec42fa2e6.tar.gz
gnunet-18d6dd58fe1136c2791691050a9e07bec42fa2e6.zip
config
-rw-r--r--src/transport/plugin_transport_udp.c2
-rw-r--r--src/transport/test_quota_compliance_udp_peer1.conf2
-rw-r--r--src/transport/test_quota_compliance_udp_peer2.conf3
-rw-r--r--src/transport/test_transport_api_udp_peer1.conf2
-rw-r--r--src/transport/test_transport_api_udp_peer2.conf2
5 files changed, 6 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 98c32f813..0b16d2466 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -885,7 +885,7 @@ udp_read (struct Plugin *plugin,
885 GNUNET_CONTAINER_multihashmap_remove (plugin->sessions, 885 GNUNET_CONTAINER_multihashmap_remove (plugin->sessions,
886 &udp->sender.hashPubKey, 886 &udp->sender.hashPubKey,
887 peer_session)); 887 peer_session));
888 GNUNET_FRAGMENT_context_destroy (peer_session->frag); 888 plugin->last_expected_delay = GNUNET_FRAGMENT_context_destroy (peer_session->frag);
889 peer_session->cont (peer_session->cont_cls, 889 peer_session->cont (peer_session->cont_cls,
890 &udp->sender, 890 &udp->sender,
891 GNUNET_OK); 891 GNUNET_OK);
diff --git a/src/transport/test_quota_compliance_udp_peer1.conf b/src/transport/test_quota_compliance_udp_peer1.conf
index 7882708a1..c30c3b3fb 100644
--- a/src/transport/test_quota_compliance_udp_peer1.conf
+++ b/src/transport/test_quota_compliance_udp_peer1.conf
@@ -32,7 +32,7 @@ AUTOSTART = NO
32 32
33[transport-udp] 33[transport-udp]
34PORT = 4368 34PORT = 4368
35USE_LOCALADDR = YES 35MAX_BPS = 50000000
36 36
37[transport] 37[transport]
38plugins = udp 38plugins = udp
diff --git a/src/transport/test_quota_compliance_udp_peer2.conf b/src/transport/test_quota_compliance_udp_peer2.conf
index 6676cdeaf..88ddd67b2 100644
--- a/src/transport/test_quota_compliance_udp_peer2.conf
+++ b/src/transport/test_quota_compliance_udp_peer2.conf
@@ -4,7 +4,8 @@ DEFAULTCONFIG = test_quota_compliance_udp_peer2.conf
4 4
5[transport-udp] 5[transport-udp]
6PORT = 3368 6PORT = 3368
7USE_LOCALADDR = YES 7MAX_BPS = 50000000
8
8[fs] 9[fs]
9AUTOSTART = NO 10AUTOSTART = NO
10 11
diff --git a/src/transport/test_transport_api_udp_peer1.conf b/src/transport/test_transport_api_udp_peer1.conf
index 40986e0df..7c6d8c4a1 100644
--- a/src/transport/test_transport_api_udp_peer1.conf
+++ b/src/transport/test_transport_api_udp_peer1.conf
@@ -1,6 +1,6 @@
1[transport-udp] 1[transport-udp]
2PORT = 12040 2PORT = 12040
3USE_LOCALADDR = YES 3MAX_BPS = 50000000
4 4
5[fs] 5[fs]
6AUTOSTART = NO 6AUTOSTART = NO
diff --git a/src/transport/test_transport_api_udp_peer2.conf b/src/transport/test_transport_api_udp_peer2.conf
index 62e21f866..e267b100c 100644
--- a/src/transport/test_transport_api_udp_peer2.conf
+++ b/src/transport/test_transport_api_udp_peer2.conf
@@ -1,6 +1,6 @@
1[transport-udp] 1[transport-udp]
2PORT = 12050 2PORT = 12050
3USE_LOCALADDR = YES 3MAX_BPS = 50000000
4 4
5[nat] 5[nat]
6# Are we behind NAT? 6# Are we behind NAT?