You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Quic code base at https://github.com/signetlabdei/quic, some of the variables in QuicSocketBase class are not initialized. This causes problems like some packets get extremely big packet size. The line m_rxTrace (sock.m_rxTrace) in file quic-socket-base.cc should be changed with multiple lines below:
In the Quic code base at https://github.com/signetlabdei/quic, some of the variables in QuicSocketBase class are not initialized. This causes problems like some packets get extremely big packet size. The line m_rxTrace (sock.m_rxTrace) in file quic-socket-base.cc should be changed with multiple lines below:
The text was updated successfully, but these errors were encountered: