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)
commitc33dd41c07c4c4578f546798264b7f467d6a7866
treee1394bb86c8a56493ba98b80c61d2aebaa3e6a77
parent9250f2dc194a762e7484362c52b3abf76cae4ce2
Prevent sptps_test from sending overly large UDP packets.

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.
src/sptps_test.c