mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-14 17:21:50 +00:00
winws: handle signals when busy, pass impostor and loopback
This commit is contained in:
@@ -1037,6 +1037,7 @@ static bool windivert_recv_filter(HANDLE hFilter, uint8_t *packet, size_t *len,
|
||||
errno=EINTR;
|
||||
return false;
|
||||
}
|
||||
usleep(0);
|
||||
if (WinDivertRecvEx(hFilter, packet, *len, &recv_len, 0, wa, NULL, &ovl))
|
||||
{
|
||||
*len = recv_len;
|
||||
|
||||
Reference in New Issue
Block a user