Re: Max QUIC Packet length and MSS

2017-11-09 Thread Masaori Koshiba
I think your question is same to "MSS and MTU" #592 on quicwg. - MSS and MTU https://github.com/quicwg/base-drafts/issues/592 - Masaori 2017年11月9日(木) 21:17 Chao Xu : > Hi Masaori , Maskit , Scw00 > > Is it a RFC mistake ? > > The max size of QUIC Packet is 1280 but the default MSS for loose > d

Re: Change to HttpSM history

2017-11-09 Thread scw00
Hi AMC Yes I??ve changed history in the linear buffer because the bug is not always related to the last records . And buffer is large enough to hold all records currently! If you want . I can change it back to circle buffer. scw00 -- Original -- From: Al

Change to HttpSM history

2017-11-09 Thread Alan Carroll
I was looking at commit for e634659783bcadbedeb1bca411d36640d18b3b59 PR 2272. This moves the history mechanism to separate file. It also changes history from a circular buffer to a linear buffer. This means the events stored in it are the first events for the HttpSM, not necessarily the most recent

Max QUIC Packet length and MSS

2017-11-09 Thread Chao Xu
Hi Masaori , Maskit , Scw00 Is it a RFC mistake ? The max size of QUIC Packet is 1280 but the default MSS for loose detection is 1460. According to https://quicwg.github.io/base-drafts/draft-ietf-quic-transport.html#rfc.section.9 ``` 9.