X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/8362ac1c9b2fbf253b06a50639c57047d43a8fa2..d3a17033e6285dfb9a7c626ec2e9403b6e1d5034:/peerdb/peers.in diff --git a/peerdb/peers.in b/peerdb/peers.in index 3fb23803..75c039d9 100644 --- a/peerdb/peers.in +++ b/peerdb/peers.in @@ -57,6 +57,10 @@ host = override-me ;; the remote peer. peer = INET $[$(host)] $(port) +;; ephemeral: whether to send the peer a disconnection notification, or +;; react to one from the peer. +ephemeral = nil + ;;;-------------------------------------------------------------------------- ;;; Temporary association defaults. ;;; @@ -81,21 +85,28 @@ retries = 5 ;;; The parameters here affect peers to whom dynamic connections are made. ;;; The user and connect parameters probably need customizing. -[@KNOCK] +[@EPHEMERAL] @inherit = @ACTIVE, @WATCH -;; keepalive: how often to send NOP packets to keep the connection alive, at -;; least in the minds of intermediate stateful firewalls and NAT routers. -keepalive = 2m +;; ephemeral: whether to send the peer a disconnection notification, or +;; react to one from the peer. +ephemeral = t ;; every: interval for checking that this connection is alive. every = 30s +[@KNOCK] +@inherit = @EPHEMERAL + +;; keepalive: how often to send NOP packets to keep the connection alive, at +;; least in the minds of intermediate stateful firewalls and NAT routers. +keepalive = 2m + ;; knock: peer-name string to send to the peer. knock = $(myhost) [@DYNAMIC] -@inherit = @ACTIVE, @WATCH +@inherit = @EPHEMERAL ;; cork: whether to wait for a key-exchange packet from the peer before ;; sending one of our own. @@ -115,9 +126,6 @@ disconnect = ssh -q $(ssh-user)@$[$(host)] goodbye ;; least in the minds of intermediate stateful firewalls and NAT routers. keepalive = 2m -;; every: interval for checking that this connection is alive. -every = 30s - ;;;-------------------------------------------------------------------------- ;;; Passive-peers defaults. ;;;