]> git.meshlink.io Git - meshlink/commit
Implemented meshlink_blacklist feature
authorSaverio Proto <zioproto@gmail.com>
Tue, 20 May 2014 21:15:45 +0000 (23:15 +0200)
committerSaverio Proto <zioproto@gmail.com>
Fri, 23 May 2014 08:59:30 +0000 (10:59 +0200)
commit4a394cb400f1fead252527de2c9412bda6fc4fd4
tree2996a7ab21fd9211b4eb85ecb97a223c61b059ab
parent976166f5b3cbdd238538fba6d275af8ad7e49e6a
Implemented meshlink_blacklist feature

using the meshlink_blacklist function the application is able to blacklist a node

data from with node will be discarded. No more data will be sent to this node.

the blacklisting is persistent in the host configuration file
src/meshlink.c
src/net.c
src/net_packet.c
src/net_socket.c
src/node.h