K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2014-05-03T22:27:24.589239Z K 7 svn:log V 362 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. END