]> git.meshlink.io Git - meshlink-tiny/commit
Reduce memory usage of meshlink_join().
authorGuus Sliepen <guus@meshlink.io>
Mon, 12 Jul 2021 19:51:55 +0000 (21:51 +0200)
committerGuus Sliepen <guus@meshlink.io>
Thu, 2 Sep 2021 21:50:51 +0000 (23:50 +0200)
commitd1d09fadfe04b30d5275021524092341cb0c58c8
treeaa29e34225f822676bebbaa25791e937c43c2031
parent763effb0709c8cd9578393f0a6f20decde675df1
Reduce memory usage of meshlink_join().

Reduce the size of the buffers, and allocate the join state on the heap.
src/meshlink.c