You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try downloading any file with curl -6 or similar inside WSL.
Expected Behavior
Download completes successfully.
Actual Behavior
WSL side reports ECONNRESET, Wireshark on the Windows side observes a corrupted TCP packet. ethtool -K <iface> tx-tcp6-segmentation off makes things work normally. Looking at hv_netsvc code in the kernel, it seems to simply pass through packets to the Windows side driver, so it could be a driver bug? Honestly no idea.