Skip to content

Commit

Permalink
Fix tunneling after many EAGAIN, remove ip-opt on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruti committed May 14, 2024
1 parent 1052a85 commit 1ffc516
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desync.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1ffc516

Please sign in to comment.