bug links
authorChristian Grothoff <christian@grothoff.org>
Tue, 12 Feb 2019 14:12:16 +0000 (15:12 +0100)
committerChristian Grothoff <christian@grothoff.org>
Tue, 12 Feb 2019 14:12:57 +0000 (15:12 +0100)
src/transport/gnunet-communicator-tcp.c
src/transport/gnunet-communicator-udp.c

index 93f510be03a905cc1503e5f59d593f1c2b3b5a85..47bffa2baa42e2d06f23aec10041c6cd6deaffc7 100644 (file)
@@ -24,7 +24,7 @@
  * @author Christian Grothoff
  *
  * TODO:
- * - add and use util/ check for IPv6 availability (#V6)
+ * - add and use util/ check for IPv6 availability (#5553)
  * - support DNS names in BINDTO option (#5528)
  * - support NAT connection reversal method (#5529)
  * - support other TCP-specific NAT traversal methods (#5531)
index c88f7f6f5a2f9aecd60de7a978dfec5c14396f94..550ba7c854cb2061906dc7e7e7b85f93fdc6ea3d 100644 (file)
  * @author Christian Grothoff
  *
  * TODO:
- * - add and use util/ check for IPv6 availability (#V6)
+ * - add and use util/ check for IPv6 availability (#5553)
  * - consider imposing transmission limits in the absence
  *   of ACKs; or: maybe this should be done at TNG service level?
  *   (at least the receiver might want to enforce limits on
- *    KX/DH operations per sender in here)
+ *    KX/DH operations per sender in here) (#5552)
  * - overall, we should look more into flow control support
  *   (either in backchannel, or general solution in TNG service)
- * - handle addresses discovered from broadcasts (#BC)
+ * - handle addresses discovered from broadcasts (#5551)
  *   (think: what was the story again on address validation?
  *    where is the API for that!?!)
  * - support DNS names in BINDTO option (#5528)
@@ -1672,7 +1672,7 @@ sock_read (void *cls)
                                "# broadcasts received",
                                1,
                                GNUNET_NO);
-      // FIXME #BC: we effectively just got a HELLO!
+      // FIXME #5551: we effectively just got a HELLO!
       // trigger verification NOW!
       return;
     }