]> git.meshlink.io Git - meshlink/commit
Close meta-connections in meshlink_stop().
authorGuus Sliepen <guus@meshlink.io>
Mon, 14 Aug 2017 19:22:43 +0000 (21:22 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 14 Aug 2017 19:22:43 +0000 (21:22 +0200)
commit157c8660a94aea6eddef4dd290ae93d40566b2d8
treeed3de1be846cd8dec4b8bb64393a891d904bf717
parent8fde91038538d01aaa5b36ebb06b516a8c313364
Close meta-connections in meshlink_stop().

If we stop MeshLink for an extended time, we don't want to have open
sockets lying around that we don't take care of. Terminate all of them.
src/meshlink.c