gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 380/411: ngtcp2: use the minimal version of QUIC supported by ng


From: gnunet
Subject: [gnurl] 380/411: ngtcp2: use the minimal version of QUIC supported by ngtcp2
Date: Wed, 13 Jan 2021 01:23:15 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit c7b02c5d680021f21aebdf41cb336a742fdad664
Author: Daiki Ueno <dueno@redhat.com>
AuthorDate: Thu Nov 26 09:47:02 2020 +0100

    ngtcp2: use the minimal version of QUIC supported by ngtcp2
    
    Closes #6250
---
 lib/vquic/ngtcp2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c
index 348b3bee8..fa2a2c30d 100644
--- a/lib/vquic/ngtcp2.c
+++ b/lib/vquic/ngtcp2.c
@@ -821,7 +821,7 @@ CURLcode Curl_quic_connect(struct connectdata *conn,
   ngtcp2_addr_init(&path.remote, addr, addrlen, NULL);
 
   rc = ngtcp2_conn_client_new(&qs->qconn, &qs->dcid, &qs->scid, &path,
-                              NGTCP2_PROTO_VER_MAX, &ng_callbacks,
+                              NGTCP2_PROTO_VER_MIN, &ng_callbacks,
                               &qs->settings, NULL, qs);
   if(rc)
     return CURLE_QUIC_CONNECT_ERROR;

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