Merge 3b11ff0c4c
into df49fd6f3d
This commit is contained in:
commit
886481561b
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue