]> git.meshlink.io Git - meshlink/commit
Test multiple UDP and TCP channels to the same port on the same node. testing/mixed-channels
authorGuus Sliepen <guus@meshlink.io>
Fri, 25 Feb 2022 23:55:15 +0000 (00:55 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sat, 26 Feb 2022 00:00:56 +0000 (01:00 +0100)
commit14fc467036dd90393e6f436f85b57972a86f83bb
tree8e709e9516989fe240ab1cb8d51449d83882a42b
parente44062ac74fd8255c870cff79e42f880dddff989
Test multiple UDP and TCP channels to the same port on the same node.

This tests that we correctly demultiplex multiple channels with the same
destination node and port combination.
test/Makefile.am
test/channels-mixed.c [new file with mode: 0644]