]> git.meshlink.io Git - meshlink/commitdiff
Allow meshlink_start() to work after meshlink_stop().
authorGuus Sliepen <guus@meshlink.io>
Thu, 7 Aug 2014 14:27:43 +0000 (16:27 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 7 Aug 2014 14:27:43 +0000 (16:27 +0200)
The way the MeshLink thread is signaled that it has to quit using
meshlink_stop() is by shutting down one of the listening sockets.
However, it has to be repaired to allow meshlink_start() to work again.

Maybe not the prettiest solution.


No differences found