Linux: Difference between revisions

Line 791: Line 791:
</pre>
</pre>
This was resolved by disabling TCP Segmentation Offload:
This was resolved by disabling TCP Segmentation Offload:
<syntaxhighlight lang="bash?>
<syntaxhighlight lang="bash">
sudo ethtool -K eno1 tso off
sudo ethtool -K eno1 tso off