]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC: r264469, r264498
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 May 2014 22:27:24 +0000 (22:27 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 3 May 2014 22:27:24 +0000 (22:27 +0000)
commitff954f897fdae170ecc031f93541cc8620009a76
treef3fa5e60c9706794ac2d15d0456de01a7420090c
parent51428bd46c73d5b884c98ad15c32da81abf28269
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/9@265290 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/net/if_lagg.c