How to turn off checksum offload?
Under linux, check the status of offload parameters for the interface (eth0):
Then turn off tx-checksumming by:
Under linux, check the status of offload parameters for the interface (eth0):
ethtool -k eth0Then turn off tx-checksumming by:
ethtool -K eth0 tx off

134

被折叠的 条评论
为什么被折叠?



