summaryrefslogtreecommitdiffstats
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/peer.h b/src/peer.h
index 1a34ef5..2720f42 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -50,10 +50,10 @@ struct fastd_peer {
struct timespec next_handshake;
fastd_dlist_head_t handshake_entry;
- struct timespec last_handshake;
+ struct timespec last_handshake_timeout;
fastd_peer_address_t last_handshake_address;
- struct timespec last_handshake_response;
+ struct timespec last_handshake_response_timeout;
fastd_peer_address_t last_handshake_response_address;
fastd_protocol_peer_config_t *protocol_config;
@@ -94,8 +94,8 @@ struct fastd_remote {
size_t current_address;
fastd_peer_address_t *addresses;
- struct timespec last_resolve;
- struct timespec last_resolve_return;
+ struct timespec last_resolve_timeout;
+ bool resolving;
};
struct fastd_remote_config {