]> git.meshlink.io Git - meshlink-tiny/commit
Ensure we exchange a session key for application data exchange.
authorGuus Sliepen <guus@meshlink.io>
Sat, 19 Jun 2021 21:38:49 +0000 (23:38 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 19 Jun 2021 21:39:16 +0000 (23:39 +0200)
commitd02bbd19c40e977f019d2c8bc80fe57059946d6e
tree3fed3db4728024435a30f64ffeb28c55aea9dadc
parent1e3d251b5c65e49a1d4ed89d4154a1837ddd4f08
Ensure we exchange a session key for application data exchange.

We need to create an edge and send it to the peer, so it will be able to
run its graph algorithms and consider us reachable, otherwise it will not
respond to REQ_KEY requests.
src/net.c
src/protocol.h
src/protocol_auth.c
src/protocol_edge.c