pom-ng:proto:tcp
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.txt · Last modified: 2020/05/26 21:59 by 127.0.0.1