Fix compile warning
authorRaj Bhattacharjea <raj.b@gatech.edu>
Fri, 06 Jun 2008 13:57:59 -0400
changeset 3252 5c53412347ac
parent 3251 19471cb55c9c
child 3253 469aaa3f67a5
Fix compile warning
src/internet-node/tcp-socket-impl.h
--- a/src/internet-node/tcp-socket-impl.h	Fri Jun 06 12:22:50 2008 -0400
+++ b/src/internet-node/tcp-socket-impl.h	Fri Jun 06 13:57:59 2008 -0400
@@ -205,8 +205,8 @@
   bool m_wouldBlock;  // set to true whenever socket would block on send()
 
   // Attributes
+  uint32_t m_sndBufSize;   // buffer limit for the outgoing queue
   uint32_t m_rcvBufSize;   // maximum receive socket buffer size
-  uint32_t m_sndBufSize;   // buffer limit for the outgoing queue
 };
 
 }//namespace ns3