pom-ng:proto:tcp
This is an old revision of the document!
Table of Contents
Protocol tcp
Events
None.
Packet fields
| Name | Type | Description |
|---|---|---|
| sport | uint16 | Source port. |
| dport | uint16 | Destination port. |
| flags | uint8 | Flags. |
| seq | uint32 | Sequence. |
| ack | uint32 | ACK. |
| win | uint16 | Window. |
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| syn_sent_timer | uint16 | 180 | Timeout in seconds after which a connection with only a SYN sent is forgotten. |
| syn_recv_timer | uint16 | 60 | Timeout in seconds after which a connection with SYN received is forgotten. |
| last_ack_timer | uint16 | 30 | Timeout in seconds after which a connection that received its last ACK is forgotten. |
| close_timer | uint16 | 10 | Timeout in seconds after which a connection for which we've only seend a RST or a FIN is forgotten. |
| time_wait_timer | uint16 | 180 | Timeout in seconds after which a closed connection is forgotten. |
| established_timer | uint16 | 7200 | Timeout in seconds after which an established connection is forgotten. |
| enable_reuse_handling | bool | no | Handle connections opened using SO_REUSEADDR. |
pom-ng/proto/tcp.1350046489.txt.gz · Last modified: (external edit)
