Re: [Openvpn-devel] [PATCH 3/7] tun.c: make wintun_register_ring_buffer() non-fatal on failures

2019-12-20 Thread Lev Stipakov
Compiled with MSVC, ran under debugger - works as expected. Acked-by: Lev Stipakov pe 20. jouluk. 2019 klo 0.40 Simon Rozman (si...@rozman.si) kirjoitti: > Wintun allows multiple handles to be opened on it's NDIS device pipe. > Just by succeeding to open the pipe does not warrant the adapter

[Openvpn-devel] [PATCH 3/7] tun.c: make wintun_register_ring_buffer() non-fatal on failures

2019-12-19 Thread Simon Rozman
Wintun allows multiple handles to be opened on it's NDIS device pipe. Just by succeeding to open the pipe does not warrant the adapter is unused. When iterating for available Wintun adapter, we will need to try registering ring buffers with each one to actually determine which one is used and