Jump to content

Linux: Difference between revisions

No change in size ,  26 February 2022
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