This adds in an optimization so that we only walk one
authorrrs <rrs@FreeBSD.org>
Thu, 21 Jun 2018 21:03:58 +0000 (21:03 +0000)
committerrrs <rrs@FreeBSD.org>
Thu, 21 Jun 2018 21:03:58 +0000 (21:03 +0000)
commitb7881021917053ae0ff183b16bcfa63c374f98f2
tree4e04d9326efc7c2fd80fa53e5f5c9b13f3a4d193
parent232eed4f266a6416978c326eccee95e4ad95f7e5
This adds in an optimization so that we only walk one
time through the mbuf chain during copy and TSO limiting.
It is used by both Rack and now the FreeBSD stack.
Sponsored by: Netflix Inc
Differential Revision: https://reviews.freebsd.org/D15937
sys/netinet/tcp_output.c