gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 17/39: http3: Update TODOs


From: gnunet
Subject: [gnunet] 17/39: http3: Update TODOs
Date: Sun, 25 Aug 2024 15:16:13 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 8e2f1be1fdb896ef5eb680b52a9e746ada63f174
Author: Shichao <mrrr61@outlook.com>
AuthorDate: Wed Jun 5 18:25:32 2024 +0800

    http3: Update TODOs
---
 src/service/transport/gnunet-communicator-http3.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/service/transport/gnunet-communicator-http3.c 
b/src/service/transport/gnunet-communicator-http3.c
index 4e364665e..b2d6c15cd 100644
--- a/src/service/transport/gnunet-communicator-http3.c
+++ b/src/service/transport/gnunet-communicator-http3.c
@@ -50,6 +50,8 @@
  * Map of sockaddr -> struct Connection
  *
  * TODO: Maybe it would be better to use cid as key?
+ * #addr_map can't be discarded yet, because #mq_init parameter is address.
+ * So currently use cid_map seems not a perfet way.
  */
 struct GNUNET_CONTAINER_MultiHashMap *addr_map;
 
@@ -668,7 +670,8 @@ client_gnutls_init (struct Connection *connection)
                              GNUTLS_ALPN_MANDATORY);
 
   /**
-   * TODO: Handle the situation when the remote host is an IP address
+   * TODO: Handle the situation when the remote host is an IP address.
+   * Numeric ip address are not permitted according to the document of GNUtls.
    */
   gnutls_server_name_set (connection->session, GNUTLS_NAME_DNS, "localhost",
                           strlen ("localhost"));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]