aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-20 17:19:03 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-20 17:19:03 +0000
commit73fb0146652b3ee6a346779e58a44849fcc2cea9 (patch)
tree668e53a2a38dd21625d4a5a18de093e597c50f2f /src/transport/plugin_transport_udp.c
parentdfc14c78063c52aaee7301b04fd7c691d8a2df09 (diff)
downloadgnunet-73fb0146652b3ee6a346779e58a44849fcc2cea9.tar.gz
gnunet-73fb0146652b3ee6a346779e58a44849fcc2cea9.zip
set inbound flag which should fix #3719 (assuming diagnostic is correct) at the expense of having two session objects for what is pretty much the same address; however, as the inbound one is not really validated and might not work due to NAT, this actually does make sense
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 4db28b45c..cd42b07a1 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2511,7 +2511,7 @@ process_udp_message (struct Plugin *plugin,
2511 PLUGIN_NAME, 2511 PLUGIN_NAME,
2512 udp_addr, 2512 udp_addr,
2513 udp_addr_len, 2513 udp_addr_len,
2514 GNUNET_HELLO_ADDRESS_INFO_NONE); 2514 GNUNET_HELLO_ADDRESS_INFO_INBOUND);
2515 if (NULL == 2515 if (NULL ==
2516 (s = udp_plugin_lookup_session (plugin, 2516 (s = udp_plugin_lookup_session (plugin,
2517 address))) 2517 address)))