diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-20 17:19:03 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-20 17:19:03 +0000 |
commit | 73fb0146652b3ee6a346779e58a44849fcc2cea9 (patch) | |
tree | 668e53a2a38dd21625d4a5a18de093e597c50f2f /src/transport/plugin_transport_udp.c | |
parent | dfc14c78063c52aaee7301b04fd7c691d8a2df09 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 4db28b45c1..cd42b07a10 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, PLUGIN_NAME, udp_addr, udp_addr_len, - GNUNET_HELLO_ADDRESS_INFO_NONE); + GNUNET_HELLO_ADDRESS_INFO_INBOUND); if (NULL == (s = udp_plugin_lookup_session (plugin, address))) |