]> git.meshlink.io Git - meshlink/commit - src/graph.c
Remove support for broadcast packets.
authorGuus Sliepen <guus@meshlink.io>
Mon, 14 Oct 2019 19:34:54 +0000 (21:34 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 14 Oct 2019 19:34:54 +0000 (21:34 +0200)
commit8d4ac42ceb67a93fc1e5c0d045819597c5da47d0
tree5abb2e66dd3b6c215baca551ed89cfe2fc28542c
parent947f09ff2c507a80bbe7f92ed0d41b06c98d5375
Remove support for broadcast packets.

This is not used in MeshLink. Removing support for this also means we no
longer have to calculate a minimum spanning tree whenever the graph is
updated.
src/connection.h
src/graph.c
src/net.h
src/net_packet.c