Namespace inet::bgp
BgpKeepAliveMessage
classRepresents a BGPv4 KEEPALIVE message.
KEEPALIVE messages are exchanged as often as necessary between systems to avoid exceeding the BGP Hold Timer (constant defined in BgpOpen).
Extends
| Name | Type | Description |
|---|---|---|
| BgpHeader | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| type |
Packet operations (observed)
| action | module |
|---|---|
| insertAtBack | TcpConnection |
| insertAtFront | Bgp |
Source code
// // Represents a BGPv4 KEEPALIVE message. // // KEEPALIVE messages are exchanged as often as necessary between systems // to avoid exceeding the BGP Hold Timer (constant defined in BgpOpen). // class BgpKeepAliveMessage extends BgpHeader { type = BGP_KEEPALIVE; }File: src/inet/routing/bgpv4/bgpmessage/BgpHeader.msg