microsoft / xdp-for-windows

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

Use FnSock from win-net-test in functional test #565

Closed nigriMSFT closed 1 week ago

nigriMSFT commented 2 weeks ago

Use the user/kernel agnostic FnSock sockets library from win-net-test. This will be needed when refactoring the functional tests to exercise the kernel mode XDPAPI.

Additionally, exclusively use the win-net-test nuget package as the win-net-test development dependency.