Fix a typo with TSO logic in ip6_output(). Of course compare ph_mss
authorbluhm <bluhm@openbsd.org>
Tue, 13 Jun 2023 19:34:12 +0000 (19:34 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 13 Jun 2023 19:34:12 +0000 (19:34 +0000)
commit5de035283b4b7f23a27847b6e4011bc3e2da7984
tree631dfac3f73ca5d251775101c1f91095b188a15b
parent314287cb0fc4d196d759a12ff1da4f7c4c004504
Fix a typo with TSO logic in ip6_output().  Of course compare ph_mss
with if_mtu and not the packet checksum flags.  ph_mss contains the
size of the copped packets.
OK jan@
sys/netinet6/ip6_output.c