improve printing of window scale option

This commit is contained in:
Tom Henderson
2014-09-11 17:29:21 -07:00
parent 80c9d1e629
commit cc9e4d787b

View File

@@ -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