]> git.meshlink.io Git - meshlink/commit
Handle raw packets from tiny peers.
authorGuus Sliepen <guus@meshlink.io>
Tue, 22 Jun 2021 19:44:01 +0000 (21:44 +0200)
committerGuus Sliepen <guus@meshlink.io>
Tue, 22 Jun 2021 19:44:01 +0000 (21:44 +0200)
commitb3d36651004e8124d9410e249215997a108473ec
tree249bb18f811a86c150246840fd0b7fb735e309b5
parent90a197d30aecd6da76fe6730702bdf4634ab1413
Handle raw packets from tiny peers.

Tiny peers don't support UTCP channels, but send raw packets directly over
the meta connection.
src/connection.h
src/meshlink.c
src/meshlink_internal.h
src/meta.c
src/net_packet.c
src/protocol.c
src/protocol.h
src/protocol_misc.c
src/route.c