cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c
Andre Oppermann
andre at FreeBSD.org
Wed Sep 6 15:07:21 PDT 2006
andre 2006-09-06 22:07:14 UTC
FreeBSD src repository
Modified files:
sbin/ifconfig ifconfig.8 ifconfig.c
Log:
Make TSO (TCP segmentation offload) capabilities visible and accessible with
'ifconfig em0 tso' and 'ifconfig em0 -tso'. TSO for IPv4 and IPv6 is always
enabled or disabled together. The driver may enable only one if it doesn't
support both.
Document 'tso' and '-tso' in the ifconfig(8) man pages.
Sponsored by: TCP/IP Optimization Fundraise 2005
Revision Changes Path
1.120 +17 -0 src/sbin/ifconfig/ifconfig.8
1.121 +3 -1 src/sbin/ifconfig/ifconfig.c
More information about the cvs-src
mailing list