Lan transport properties can exceed the maximum length.
The ipPort field used in the lan plugin contains a list of recent IP:port pairs which can hold up to 5 IPs. Each entry is about 11-21 chars long and therefore the overall size can exceed the MAX_PROPERTY_LENGTH
of 100 (e.g. 21 * 5 = 105). Once the limit is reached contact exchanges always fail:
12-29 15:00:51.233 3748-5490/org.briarproject.briar W/ContactExchangeTaskImpl: org.briarproject.bramble.api.FormatException org.briarproject.bramble.api.FormatException at org.briarproject.bramble.data.BdfReaderImpl.readString(BdfReaderImpl.java:257) at org.briarproject.bramble.contact.ContactExchangeTaskImpl.receiveTransportProperties(ContactExchangeTaskImpl.java:292) at org.briarproject.bramble.contact.ContactExchangeTaskImpl.run(ContactExchangeTaskImpl.java:174)