]> git.meshlink.io Git - meshlink/commitdiff
Provide a way to open MeshLink in its own network namespace.
authorGuus Sliepen <guus@meshlink.io>
Sat, 26 Jan 2019 20:38:53 +0000 (21:38 +0100)
committerGuus Sliepen <guus@meshlink.io>
Thu, 31 Jan 2019 21:24:15 +0000 (22:24 +0100)
This causes all sockets from MeshLink to be opened in the given network
namespace, without affecting the application's namespace. Note that since
callback functions run inside MeshLink's own thread, the callback functions
inherit MeshLink's network namespace.


No differences found