#include <or.h>
Data Fields | |
time_t | sent_versions_at |
unsigned int | started_here: 1 |
unsigned int | received_versions: 1 |
When was the VERSIONS cell sent on this connection? Used to get an estimate of the skew in the returning NETINFO reply.
Referenced by command_process_netinfo_cell(), and connection_or_send_versions().
unsigned int or_handshake_state_t::started_here |
True iff we originated this connection
Referenced by connection_init_or_handshake_state(), and connection_or_nonopen_was_started_here().
unsigned int or_handshake_state_t::received_versions |
True iff we have received and processed a VERSIONS cell.
Referenced by command_process_netinfo_cell(), and command_process_versions_cell().