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