aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-30 04:51:22 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-30 04:51:22 +0100
commit4781fabceb3530e976c27ea37999c8eaa3165612 (patch)
tree878b12d85058227e1712284aa801409bc24db220 /src/transport/gnunet-communicator-tcp.c
parent30e26ce0cee2a9b13f5aa0850be48c14bafb2e87 (diff)
downloadgnunet-4781fabceb3530e976c27ea37999c8eaa3165612.tar.gz
gnunet-4781fabceb3530e976c27ea37999c8eaa3165612.zip
basics for UDP broadcast receiving
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index d0ee326b1..d86fa03b6 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -24,6 +24,7 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
26 * TODO: 26 * TODO:
27 * - add and use util/ check for IPv6 availability (#V6)
27 * - support DNS names in BINDTO option (#5528) 28 * - support DNS names in BINDTO option (#5528)
28 * - support NAT connection reversal method (#5529) 29 * - support NAT connection reversal method (#5529)
29 * - support other TCP-specific NAT traversal methods (#5531) 30 * - support other TCP-specific NAT traversal methods (#5531)
@@ -1166,6 +1167,8 @@ tcp_address_to_sockaddr (const char *bindto,
1166 bindto); 1167 bindto);
1167 return NULL; 1168 return NULL;
1168 } 1169 }
1170 /* FIXME: add test to util/ for IPv6 availability,
1171 and depending on the result, go directly for v4-only */
1169 if (GNUNET_YES == 1172 if (GNUNET_YES ==
1170 GNUNET_CONFIGURATION_get_value_yesno (cfg, 1173 GNUNET_CONFIGURATION_get_value_yesno (cfg,
1171 COMMUNICATOR_CONFIG_SECTION, 1174 COMMUNICATOR_CONFIG_SECTION,