Add the parsed fields for TCP option 27

This commit is contained in:
Fatema BW 2022-07-28 22:53:36 -07:00 committed by GitHub
parent 622733c4ba
commit 70b3e28dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -380,6 +380,10 @@ export {
send_timestamp: count &optional;
## Kind 8: 4-byte echo reply timestamp value.
echo_timestamp: count &optional;
## Kind 27: TCP Quick Start Response value.
rate: count &optional;
ttl_diff: count &optional;
qs_nonce: count &optional;
};
## The full list of TCP Option fields parsed from a TCP header.