aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/gnunet-communicator-tcp.c2
-rw-r--r--src/transport/gnunet-communicator-udp.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index 93f510be0..47bffa2ba 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -24,7 +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 * - add and use util/ check for IPv6 availability (#5553)
28 * - support DNS names in BINDTO option (#5528) 28 * - support DNS names in BINDTO option (#5528)
29 * - support NAT connection reversal method (#5529) 29 * - support NAT connection reversal method (#5529)
30 * - support other TCP-specific NAT traversal methods (#5531) 30 * - support other TCP-specific NAT traversal methods (#5531)
diff --git a/src/transport/gnunet-communicator-udp.c b/src/transport/gnunet-communicator-udp.c
index c88f7f6f5..550ba7c85 100644
--- a/src/transport/gnunet-communicator-udp.c
+++ b/src/transport/gnunet-communicator-udp.c
@@ -24,14 +24,14 @@
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 * - add and use util/ check for IPv6 availability (#5553)
28 * - consider imposing transmission limits in the absence 28 * - consider imposing transmission limits in the absence
29 * of ACKs; or: maybe this should be done at TNG service level? 29 * of ACKs; or: maybe this should be done at TNG service level?
30 * (at least the receiver might want to enforce limits on 30 * (at least the receiver might want to enforce limits on
31 * KX/DH operations per sender in here) 31 * KX/DH operations per sender in here) (#5552)
32 * - overall, we should look more into flow control support 32 * - overall, we should look more into flow control support
33 * (either in backchannel, or general solution in TNG service) 33 * (either in backchannel, or general solution in TNG service)
34 * - handle addresses discovered from broadcasts (#BC) 34 * - handle addresses discovered from broadcasts (#5551)
35 * (think: what was the story again on address validation? 35 * (think: what was the story again on address validation?
36 * where is the API for that!?!) 36 * where is the API for that!?!)
37 * - support DNS names in BINDTO option (#5528) 37 * - support DNS names in BINDTO option (#5528)
@@ -1672,7 +1672,7 @@ sock_read (void *cls)
1672 "# broadcasts received", 1672 "# broadcasts received",
1673 1, 1673 1,
1674 GNUNET_NO); 1674 GNUNET_NO);
1675 // FIXME #BC: we effectively just got a HELLO! 1675 // FIXME #5551: we effectively just got a HELLO!
1676 // trigger verification NOW! 1676 // trigger verification NOW!
1677 return; 1677 return;
1678 } 1678 }