gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 25/32: transport (quic): comm connect


From: gnunet
Subject: [gnunet] 25/32: transport (quic): comm connect
Date: Tue, 18 Jul 2023 17:16:14 +0200

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

marshall pushed a commit to branch master
in repository gnunet.

commit c96d793732120a652fef861cad961e0250b787bc
Author: marshall <stmr@umich.edu>
AuthorDate: Thu Jun 29 11:23:47 2023 -0400

    transport (quic): comm connect
---
 src/transport/gnunet-communicator-quic.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/transport/gnunet-communicator-quic.c 
b/src/transport/gnunet-communicator-quic.c
index 0a716302f..08bd35fc2 100644
--- a/src/transport/gnunet-communicator-quic.c
+++ b/src/transport/gnunet-communicator-quic.c
@@ -251,7 +251,7 @@ flush_egress (struct quic_conn *conn)
 
 
 /**
- * Shutdown the UNIX communicator.
+ * Shutdown the QUIC communicator.
  *
  * @param cls NULL (always)
  */
@@ -631,7 +631,6 @@ sock_read (void *cls)
     char stream_buf[UINT16_MAX];
     recv_from_streams (conn->conn, stream_buf, UINT16_MAX);
   }
-
   /**
    * Connection cleanup, check for closed connections, delete entries, print 
stats
   */
@@ -793,7 +792,14 @@ run (void *cls,
                                              udp_sock,
                                              &sock_read,
                                              NULL);
-
+  // ch = GNUNET_TRANSPORT_communicator_connect (cfg,
+  //                                             COMMUNICATOR_CONFIG_SECTION,
+  //                                             COMMUNICATOR_ADDRESS_PREFIX,
+  //                                             
GNUNET_TRANSPORT_CC_UNRELIABLE,
+  //                                             &mq_init,
+  //                                             NULL,
+  //                                             &enc_notify_cb,
+  //                                             NULL);
   // if (NULL == ch)
   // {
   //   GNUNET_break (0);

-- 
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]