Mercurial > dropbear
diff session.h @ 1024:aac0095dc3b4 fastopen
work in progress for async connect
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 18 Feb 2015 00:05:27 +0800 |
parents | 0bb16232e7c4 |
children | 02baa0b334e8 |
line wrap: on
line diff
--- a/session.h Sun Feb 15 22:34:05 2015 +0800 +++ b/session.h Wed Feb 18 00:05:27 2015 +0800 @@ -144,6 +144,8 @@ int signal_pipe[2]; /* stores endpoints of a self-pipe used for race-free signal handling */ + + m_list conn_pending; /* time of the last packet send/receive, for keepalive. Not real-world clock */ time_t last_packet_time_keepalive_sent;