This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 3a77c75  Fix a default transport parameter value for 
INITIAL_MAX_STREAM_ID_UNI
3a77c75 is described below

commit 3a77c75c4cdc613d287669a5cfd56cacd65f705f
Author: Masakazu Kitajo <mas...@apache.org>
AuthorDate: Thu Dec 14 15:43:53 2017 +0900

    Fix a default transport parameter value for INITIAL_MAX_STREAM_ID_UNI
---
 iocore/net/quic/QUICConfig.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICConfig.h b/iocore/net/quic/QUICConfig.h
index e9b8a71..6f427c1 100644
--- a/iocore/net/quic/QUICConfig.h
+++ b/iocore/net/quic/QUICConfig.h
@@ -43,7 +43,7 @@ private:
   uint32_t _initial_max_data           = 100; // in units of 1024 octets
   uint32_t _initial_max_stream_data    = 2048;
   uint32_t _initial_max_stream_id_bidi = 100;
-  uint32_t _initial_max_stream_id_uni  = 100;
+  uint32_t _initial_max_stream_id_uni  = 102;
   uint32_t _server_id                  = 0;
 };
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to