[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.
- [gnunet] 19/39: http3: Add the functions to handle disconnection, (continued)
- [gnunet] 19/39: http3: Add the functions to handle disconnection, gnunet, 2024/08/25
- [gnunet] 15/39: http3: Correct the value of statistics value # connections active, gnunet, 2024/08/25
- [gnunet] 09/39: http3: add http3 test, gnunet, 2024/08/25
- [gnunet] 10/39: http3: fix the log of ngtcp2_conn_writev_stream, gnunet, 2024/08/25
- [gnunet] 13/39: http3: extend flow control window, now can pass basic test., gnunet, 2024/08/25
- [gnunet] 22/39: http3: Complete the callbacks of nghttp3 and ngtcp2, gnunet, 2024/08/25
- [gnunet] 25/39: http3: make meson compie; remove application handle, gnunet, 2024/08/25
- [gnunet] 20/39: http3: Handle errors and refactor the code for receiving packets, gnunet, 2024/08/25
- [gnunet] 26/39: http3: better http3 detection logic, gnunet, 2024/08/25
- [gnunet] 21/39: http3: Remove some unused code, gnunet, 2024/08/25
- [gnunet] 17/39: http3: Update TODOs,
gnunet <=
- [gnunet] 11/39: http3: use multiple streams, gnunet, 2024/08/25
- [gnunet] 30/39: http3: Autogenerate certificate when there is no certificate in the configuration file., gnunet, 2024/08/25
- [gnunet] 24/39: http3: Finish HTTP3 layer and now can pass the basic test., gnunet, 2024/08/25
- [gnunet] 23/39: http3: Fix bugs when creating a new HTTP server, gnunet, 2024/08/25
- [gnunet] 18/39: http3: add the timer after sending and writing packets, gnunet, 2024/08/25
- [gnunet] 36/39: http3: Implement bidirect and pass the test., gnunet, 2024/08/25
- [gnunet] 27/39: http3: better http3 detection logic, gnunet, 2024/08/25
- [gnunet] 28/39: http3: Gracefully delete closed connections., gnunet, 2024/08/25
- [gnunet] 29/39: http3: Load certificates from the configuration file., gnunet, 2024/08/25
- [gnunet] 34/39: http3: Change some functions and parameters to static., gnunet, 2024/08/25