mirror of
https://github.com/hufrea/byedpi.git
synced 2025-02-17 00:40:02 +03:00
Fix tunneling after many EAGAIN, remove ip-opt on Windows
This commit is contained in:
parent
1052a85d2c
commit
1ffc516e8b
1 changed files with 1 additions and 0 deletions
1
desync.c
1
desync.c
|
@ -485,6 +485,7 @@ ssize_t desync(int sfd, char *buffer, size_t bfsize,
|
|||
break;
|
||||
|
||||
case DESYNC_SPLIT:
|
||||
case DESYNC_NONE:
|
||||
s = send(sfd, buffer + lp, pos - lp, 0);
|
||||
wait_send_if_support(sfd);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue