meh / rust-tun

TUN device creation and handling.
340 stars 133 forks source link

Enable TCP Segmentation Offload (TSO) #82

Open GyulyVGC opened 6 months ago

GyulyVGC commented 6 months ago

Is there a way to enable TSO?

My ethernet card has it enabled by default: Screenshot 2024-01-04 at 16 08 38 ...while the TUN adapter created via this crate has not: Screenshot 2024-01-04 at 16 09 12

The ethtool command just says that it was '[requested on]' but in practice it's not active.

Is this a known problem? I couldn't find anything in the docs/issues.

Thanks in advance for your time.