]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
IPv6: sync IP_NO_SND_TAG_RL support from IPv4
authorgallatin <gallatin@FreeBSD.org>
Tue, 12 May 2020 14:01:12 +0000 (14:01 +0000)
committergallatin <gallatin@FreeBSD.org>
Tue, 12 May 2020 14:01:12 +0000 (14:01 +0000)
commit7e8033fdf1eb879b5c26ad6efdb7a150a9ce6876
tree02f9be350ac51d876bfa1ec990977e58d9dcd983
parent9b20c9bd7973082280e2f5233b09e8536315e21b
IPv6: sync IP_NO_SND_TAG_RL support from IPv4

The IP_NO_SND_TAG_RL flag to ip{,6}_output() means that the packets
being sent should bypass hardware rate limiting. This is typically used
by modern TCP stacks for rexmits.

This support was added to IPv4 in r352657, but never added to IPv6, even
though rack and bbr call ip6_output() with this flag.

Reviewed by: rrs
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D24822
sys/netinet6/ip6_output.c