svc/connect.in: Use new `FORCEKX -quiet' when attempting reconnect.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 28 Apr 2022 13:15:31 +0000 (14:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2022 00:51:38 +0000 (01:51 +0100)
commit7f4482e9ace035f427ca36d94d9d3ed7a0ac70c3
tree21d82c8258b956cef41df721b45f7b1937ebe254
parent75fe7f88b8e048d8793ec73540d3ee29d1232a4b
svc/connect.in: Use new `FORCEKX -quiet' when attempting reconnect.

If the remote peer has forgotten us, and we must run a command to
reinform it of our existence, then we shouldn't immediately send key-
exchange messages because they'll probably be rejected.  Instead, use
the new `-quiet' option to cancel the cooling-off timer and wait for it
to contact us -- similarly to how we used `-cork' when adding the peer
in the first place.
svc/connect.in