]> git.meshlink.io Git - meshlink/commit
Add a new PMTU discovery test.
authorGuus Sliepen <guus@meshlink.io>
Wed, 15 Jul 2020 21:02:09 +0000 (23:02 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 8 Oct 2021 18:57:24 +0000 (20:57 +0200)
commit4d333e6cd762b62ce702525e9fd0c76aac678324
tree5045c55a0d0a47be9eebe3d474c45b412a4ae9ff
parent322eef8bc2ca53e1b7778f33bc9fb3af498cb9bc
Add a new PMTU discovery test.

Use the ability to open multiple MeshLink instances from the same program
into multiple namespaces. This avoids the need to communicate between
multiple programs.
test/Makefile.am
test/pmtu-setup [new file with mode: 0755]
test/pmtu.c [new file with mode: 0644]