]> 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, 9 Sep 2021 15:04:39 +0000 (17:04 +0200)
commita0ca322d2ecdebb683b92162a806ad9c9faee888
treee7e531950a52d69c5cda26f69dfa58d5dfd024d0
parent3909ee8107713ddf930291317fe1747a1667d584
Reduce memory usage of meshlink_join().

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