chiark / gitweb /
site: Permit multiple peer addresses even if peer is static
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Sep 2014 00:14:17 +0000 (01:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 27 Sep 2014 17:48:11 +0000 (18:48 +0100)
commit2e6d9cbe8398e0fc949e22d8e6ad0601925bb8c7
treebc3e130b8714eef74ff23163b97c64bef7346d8e
parentee226369193a35e6883d1031261205d2db4693b9
site: Permit multiple peer addresses even if peer is static

This is necessary to permit multiple addresses of multiple address
families.  We (arbitrarily) set the default limit to 3.

Abolish the MAX_MOBILE_PEERS_MAX constant and size the peer addresses
array by MAX_PEER_ADDRS directly.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README
site.c