comparison 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
comparison
equal deleted inserted replaced
1023:a00303a7d247 1024:aac0095dc3b4
142 142
143 unsigned char lastpacket; /* What the last received packet type was */ 143 unsigned char lastpacket; /* What the last received packet type was */
144 144
145 int signal_pipe[2]; /* stores endpoints of a self-pipe used for 145 int signal_pipe[2]; /* stores endpoints of a self-pipe used for
146 race-free signal handling */ 146 race-free signal handling */
147
148 m_list conn_pending;
147 149
148 /* time of the last packet send/receive, for keepalive. Not real-world clock */ 150 /* time of the last packet send/receive, for keepalive. Not real-world clock */
149 time_t last_packet_time_keepalive_sent; 151 time_t last_packet_time_keepalive_sent;
150 time_t last_packet_time_keepalive_recv; 152 time_t last_packet_time_keepalive_recv;
151 time_t last_packet_time_any_sent; 153 time_t last_packet_time_any_sent;