microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

[network/wsk/echosrv] Socket doesn‘t support SIO_KEEPALIVE_VALS option #1132

Open aspist opened 4 months ago

aspist commented 4 months ago

The socket in WSK does‘t surpport SIO_KEEPALIVE_VALS option ,how can I achieve the same effect?