Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
those packets might have been enqueued by set_connect_fds()
|
|
|
|
|
|
|
|
|
|
Fix warnings
|
|
|
|
|
|
|
|
|
|
--HG--
branch : nocircbuffer
|
|
--HG--
branch : fastopen
|
|
--HG--
branch : fastopen
|
|
|
|
Client side is not complete.
|
|
and /**/ comments
|
|
--HG--
branch : fastopen
|
|
--HG--
branch : fastopen
|
|
--HG--
branch : fastopen
|
|
network timestamps (in tshark)
|
|
|
|
|
|
|
|
if (connecting || ptys || x11) tos = LOWDELAY;
else if (tcp_forwards) tos = 0;
else tos = BULK;
TCP forwards could be either lowdelay or bulk, hence the default priority.
|
|
|
|
|
|
EAGAIN but always saves a select() - needs testing with bandwidth-limited
and CPU-limited situations.
|
|
system clock changes
|
|
|
|
While at it, fix a few indentations and typo.
|
|
we're waiting for a key exchange.
This should hopefully fix the situation where "~." doesn't work to terminate a
client session when a laptop wakes up. The client will be stuck waiting for a
key exchange on a dead connection, so won't have read the escape character
|
|
|
|
|
|
--HG--
rename : random.c => dbrandom.c
rename : random.h => dbrandom.h
|
|
|
|
--HG--
branch : ecc
|
|
|
|
--HG--
branch : ecc
|
|
|
|
|
|
|