]> git.meshlink.io Git - meshlink/commit - src/protocol_auth.c
Handle connections from nodes using MeshLink-tiny.
authorGuus Sliepen <guus@meshlink.io>
Tue, 22 Jun 2021 19:41:52 +0000 (21:41 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 22 Jun 2021 19:41:52 +0000 (21:41 +0200)
commit90a197d30aecd6da76fe6730702bdf4634ab1413
tree2dd55b0cd99b6165fd89eb16e15b6ac688614fd1
parent67630169f4a96da870f546c95bdde02784d0772e
Handle connections from nodes using MeshLink-tiny.

Add a new flags field to the ID request. Currently this is only set by tiny
nodes. If we see the peer set it, don't send our edges to the peer, and
don't forward any information from other nodes.
src/connection.h
src/meta.c
src/protocol.h
src/protocol_auth.c