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>
Thu, 2 Oct 2014 15:30:19 +0000 (16:30 +0100)
commit12fc2c3186aef381820305e290981d620da47fe1
tree809372bdc7d49b9eb4501e43c2742c26f70ce61b
parentf1af5809ba842b5ca0799a8e085e92967976ac34
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