]> git.meshlink.io Git - meshlink/commit
Set meshlink_errno when trying to create a channel to a blacklisted node.
authorGuus Sliepen <guus@meshlink.io>
Mon, 28 Oct 2019 20:12:14 +0000 (21:12 +0100)
committerGuus Sliepen <guus@meshlink.io>
Mon, 28 Oct 2019 20:12:14 +0000 (21:12 +0100)
commit5678b294c5bbb61b983a7a269bc85fd6ea6590ff
treec4687229ddf6fa20475f4205411dc52b317cfa53
parent28936fda22cd778c6cdcd85468947bbbe8ed4256
Set meshlink_errno when trying to create a channel to a blacklisted node.

Create a new errno value MESHLINK_EBLACKLISTED, which is used when trying
to send something or create a channel to a blacklisted node. Also improve
some log messages.
src/meshlink.c
src/meshlink.h