microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
346 stars 40 forks source link

Prevent TCP connections lingering beyond intended lifetime #540

Closed mtfriesen closed 3 weeks ago

mtfriesen commented 3 weeks ago

Because our tests reuse ports and sequence numbers, it's relatively easy for our tests to be confused by old TCP sockets gracefully closing in the background. Use abortive shutdown by default, causing a single RST to be sent immediately.

Resolves #537