Fix compile warning

This commit is contained in:
Raj Bhattacharjea
2008-06-06 13:57:59 -04:00
parent 525969ca64
commit d003d6a34f

View File

@@ -205,8 +205,8 @@ private:
bool m_wouldBlock; // set to true whenever socket would block on send()
// Attributes
uint32_t m_rcvBufSize; // maximum receive socket buffer size
uint32_t m_sndBufSize; // buffer limit for the outgoing queue
uint32_t m_rcvBufSize; // maximum receive socket buffer size
};
}//namespace ns3