11 #ifndef BGP_NS3_SOCKET_IN_H 12 #define BGP_NS3_SOCKET_IN_H 15 #include "ns3/simple-ref-count.h" 16 #include "ns3/socket.h" 31 uint8_t _recv_buffer[65535];
36 #endif // BGP_NS3_SOCKET_IN_H Simple container class for FSM to receive data from peer.
BgpNs3SocketIn(Ptr< BgpNs3Fsm > fsm)
Construct the container.
void HandleRead(Ptr< Socket > socket)
Handle reading from socket.