]> git.meshlink.io Git - meshlink/commit
Also send the blacklist notification when we already have a connection.
authorGuus Sliepen <guus@meshlink.io>
Thu, 29 Oct 2020 22:38:22 +0000 (23:38 +0100)
committerGuus Sliepen <guus@meshlink.io>
Thu, 29 Oct 2020 22:38:22 +0000 (23:38 +0100)
commita5f139f0cef76bb2ef6d1bb888869cf17ca97f5d
tree1ae73a0c563c17b1044f297d723f58084ca74cbc
parenta23ddd4f4e273b2ed68fe173b4faa69aadc98756
Also send the blacklist notification when we already have a connection.

Instead of just closing the connection, and having to wait for the
reconnection to happen to send the blacklist notification, we do it
immediately when meshlink_blacklist() is called.
src/meshlink.c