revert to previous behavior: windowSize is initialized by default to 0xffff
This commit is contained in:
@@ -44,7 +44,7 @@ TcpHeader::TcpHeader ()
|
||||
m_ackNumber (0),
|
||||
m_length (5),
|
||||
m_flags (0),
|
||||
m_windowSize (0),
|
||||
m_windowSize (0xffff),
|
||||
m_checksum (0),
|
||||
m_urgentPointer (0)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user