]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r264469, r264498
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 May 2014 02:44:01 +0000 (02:44 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 6 May 2014 02:44:01 +0000 (02:44 +0000)
commit393a4e5fcc5241f6958519115c3b49d029fddd90
tree1eab7792c216a81529bc1d569a3e1e4290cc922e
parent00be5d37c997f601dcf1cba83ac5c46f049ef3dd
MFC: r264469, r264498
Lagg did not set the value of if_hw_tsomax, so when lagg
was stacked on top of network interfaces that set if_hw_tsomax,
tcp_output() would see the default value instead of the value
set by the network interface(s). This patch modifies lagg so that
it sets if_hw_tsomax to the minimum of the value(s) for the
underlying network interfaces.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265412 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_lagg.c