mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Documentation: connection_SYN_packet
Slightly clarify documentation related to the connection_SYN_packet event.
This commit is contained in:
parent
a843521e78
commit
2fc75009f4
2 changed files with 3 additions and 2 deletions
|
@ -1043,7 +1043,7 @@ type SYN_packet: record {
|
|||
win_size: count; ##< The window size from the TCP header.
|
||||
win_scale: int; ##< The window scale option if present, or -1 if not.
|
||||
MSS: count; ##< The maximum segment size if present, or 0 if not.
|
||||
SACK_OK: bool; ##< True if the *SACK* option is present.
|
||||
SACK_OK: bool; ##< True if the *SACK* option (Selective ACKnowledgement) is present.
|
||||
TSval: count &optional; ##< The TCP TS value if present.
|
||||
TSecr: count &optional; ##< The TCP TS echo reply if present.
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue