Move global variables for TCP debug onto the tcp_input() stack.
authorbluhm <bluhm@openbsd.org>
Wed, 10 Apr 2024 22:10:03 +0000 (22:10 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 10 Apr 2024 22:10:03 +0000 (22:10 +0000)
commit782ed1dafd5632258146a4c94925bfa2be012c28
treeed4c7d373a3b5cad5ba6761b8f3b303395226f06
parent3315a92c0056c09df5415c0e731b35d15f145c7c
Move global variables for TCP debug onto the tcp_input() stack.

OK mvs@
sys/netinet/tcp_input.c