]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIG
authorMichael Tuexen <tuexen@FreeBSD.org>
Tue, 9 Feb 2021 22:35:55 +0000 (23:35 +0100)
committerMichael Tuexen <tuexen@FreeBSD.org>
Tue, 2 Mar 2021 14:55:22 +0000 (15:55 +0100)
commit59b8f72a21b3e81465dc4ecd96f64dbaa44a4a9f
tree2d96cbd330473bf976a6f575e6ee135ecfd3253f
parent856af5ff745f2687015a5564f8daf0cf6cde368d
libsysdecode: fix decoding of TCP_NOPUSH and TCP_MD5SIG

TCP_FASTOPEN_MIN_COOKIE_LEN was incorrectly registered as a name of
a IPPROTO_TCP level socket option, which overwrote TCP_NOPUSH.
TCP_FASTOPEN_PSK_LEN was incorrectly registered as a name of an
IPPROTO_TCP level socket option, which overwrote TCP_MD5SIG.

Approved by: re (gjb)
Sponsored by: Netflix, Inc.

(cherry picked from commit f25266bee7dafb10f03e06537c8127cc17335bed)
(cherry picked from commit 2a9b68d5e1bba633c37cc829f52e79e1281e910b)
lib/libsysdecode/mktables