#include <LDP.h>
Public Attributes | |
IPAddress | peerIP |
bool | activeRole |
TCPSocket * | socket |
std::string | linkInterface |
cMessage * | timeout |
Definition at line 86 of file LDP.h.
Definition at line 89 of file LDP.h.
Referenced by operator<<(), and LDP::processLDPHello().
std::string LDP::peer_info::linkInterface |
Definition at line 91 of file LDP.h.
Referenced by operator<<(), and LDP::processLDPHello().
Definition at line 88 of file LDP.h.
Referenced by operator<<(), LDP::processLDPHello(), LDP::socketClosed(), LDP::socketDataArrived(), LDP::socketEstablished(), LDP::socketFailure(), and LDP::socketPeerClosed().
Definition at line 90 of file LDP.h.
Referenced by operator<<(), and LDP::processLDPHello().
cMessage* LDP::peer_info::timeout |
Definition at line 92 of file LDP.h.
Referenced by LDP::processLDPHello().