]> git.meshlink.io Git - meshlink/commit
Add test for detecting failing UDP communication.
authorGuus Sliepen <guus@meshlink.io>
Fri, 28 Aug 2020 21:04:52 +0000 (23:04 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 8 Oct 2021 18:57:24 +0000 (20:57 +0200)
commit02c21bf1a7bcdb22ae2b1dc189791b3678b71aab
treef576fbe193677e2d2f47cca4d2e4a7bad8c62fbd
parent881a652713a6231ad31596b80b674986d0170868
Add test for detecting failing UDP communication.

Add a test that, starting with a working UDP connection between two
peers, blocks UDP packets, and then checks if this is detected by
MeshLink.

Also avoid parsing log messages to detect MTU changes, use devtools for
this.
test/pmtu.c