1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-13 05:50:54 +00:00
This commit is contained in:
Masaq- 2024-12-04 13:38:25 +08:00 committed by GitHub
commit 0070bc630d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1104,7 +1104,7 @@ client_tunnel(int tun_fd, int dns_fd)
} }
FD_ZERO(&fds); FD_ZERO(&fds);
if (!is_sending() || outchunkresent >= 2) { if (!is_sending() || outchunkresent >= 2 || !lazymode) {
/* If re-sending upstream data, chances are that /* If re-sending upstream data, chances are that
we're several seconds behind already and TCP we're several seconds behind already and TCP
will start filling tun buffer with (useless) will start filling tun buffer with (useless)