Documentation ¶
Overview ¶
Package ethtool provides Go wrappers for ioctl ethtool system calls on Linux
Index ¶
Constants ¶
View Source
const ( IFNAMSIZ = 16 // defined in linux/if.h SIOCETHTOOL = 0x8946 // ethtool interface, defined in linux/sockios.h ETHTOOL_STXCSUM = 0x00000017 // set TX hw csum enable, defined in linux/ethtool.h )
Variables ¶
This section is empty.
Functions ¶
func EthtoolTXHWCsumOff ¶
EthtoolTXHWCsumOff disables TX checksum offload on the specified interface.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.