mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-03 13:23:35 +03:00
Merge 3b11ff0c4c
into 2b65972693
This commit is contained in:
commit
0070bc630d
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ client_tunnel(int tun_fd, int dns_fd)
|
|||
}
|
||||
|
||||
FD_ZERO(&fds);
|
||||
if (!is_sending() || outchunkresent >= 2) {
|
||||
if (!is_sending() || outchunkresent >= 2 || !lazymode) {
|
||||
/* If re-sending upstream data, chances are that
|
||||
we're several seconds behind already and TCP
|
||||
will start filling tun buffer with (useless)
|
||||
|
|
Loading…
Add table
Reference in a new issue