|
|
KeepAlivePacket are extremely simple, being made only of a header. with the appropriate type and length.
KeepAlivePacket (const uint8_t *buf, uint16_t l)
throw(CorruptMessage) | KeepAlivePacket |
need nothing to parse incoming data
KeepAlivePacket ()
| KeepAlivePacket |
~KeepAlivePacket ()
| ~KeepAlivePacket |
bool encode (uint8_t *buf, size_t &len, const BGPPeerData *peerdata)
| encode |
[const]
Reimplemented from BGPPacket.
string str ()
| str |
[const virtual]
Reimplemented from BGPPacket.
bool operator== (const KeepAlivePacket&)
| operator== |
[const]