Prevent sptps_test from sending overly large UDP packets.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 22 Oct 2018 15:20:30 +0000 (17:20 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 22 Oct 2018 15:20:30 +0000 (17:20 +0200)
This fixes the test suite on macOS, which has a lo0 interface with an MTU
of 16384, which is smaller than the maximum packet size we could send.


No differences found