ns3-bgp
0.2
BGP module for ns-3.
|
Simple container class for FSM to receive data from peer. More...
#include <bgp-ns3-socket-in.h>
Public Member Functions | |
BgpNs3SocketIn (Ptr< BgpNs3Fsm > fsm) | |
Construct the container. More... | |
void | HandleRead (Ptr< Socket > socket) |
Handle reading from socket. More... | |
Simple container class for FSM to receive data from peer.
Definition at line 24 of file bgp-ns3-socket-in.h.
ns3::BgpNs3SocketIn::BgpNs3SocketIn | ( | Ptr< BgpNs3Fsm > | fsm | ) |
Construct the container.
fsm | FSM to use. |
Definition at line 21 of file bgp-ns3-socket-in.cc.
void ns3::BgpNs3SocketIn::HandleRead | ( | Ptr< Socket > | socket | ) |
Handle reading from socket.
socket | socket to read from. |
Definition at line 30 of file bgp-ns3-socket-in.cc.
Referenced by ns3::Session::Drop().