gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 73/282: quiche: update to draft-25


From: gnunet
Subject: [gnurl] 73/282: quiche: update to draft-25
Date: Wed, 01 Apr 2020 14:28:58 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 7fc63d72333a36225d39c5b5624df29217136c12
Author: Alessandro Ghedini <address@hidden>
AuthorDate: Thu Jan 30 13:06:31 2020 +0000

    quiche: update to draft-25
    
    Closes #4867
---
 lib/vquic/quiche.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c
index e2f43237f..ad5129c92 100644
--- a/lib/vquic/quiche.c
+++ b/lib/vquic/quiche.c
@@ -171,7 +171,7 @@ CURLcode Curl_quic_connect(struct connectdata *conn, 
curl_socket_t sockfd,
     return CURLE_FAILED_INIT;
   }
 
-  quiche_config_set_idle_timeout(qs->cfg, QUIC_IDLE_TIMEOUT);
+  quiche_config_set_max_idle_timeout(qs->cfg, QUIC_IDLE_TIMEOUT);
   quiche_config_set_initial_max_data(qs->cfg, QUIC_MAX_DATA);
   quiche_config_set_initial_max_stream_data_bidi_local(qs->cfg, QUIC_MAX_DATA);
   quiche_config_set_initial_max_stream_data_bidi_remote(qs->cfg,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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