improve printing of window scale option
This commit is contained in:
@@ -56,7 +56,7 @@ TcpOptionWinScale::GetInstanceTypeId (void) const
|
||||
void
|
||||
TcpOptionWinScale::Print (std::ostream &os) const
|
||||
{
|
||||
os << m_scale;
|
||||
os << static_cast<int> (m_scale);
|
||||
}
|
||||
|
||||
uint32_t
|
||||
|
||||
Reference in New Issue
Block a user