]> git.meshlink.io Git - meshlink/commitdiff
Reduce UTCP memory usage.
authorGuus Sliepen <guus@meshlink.io>
Sat, 10 Apr 2021 22:36:30 +0000 (00:36 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 10 Apr 2021 22:36:30 +0000 (00:36 +0200)
Don't allocate a send buffer by default, since an application might only
want to receive data. Also try to shrink the send and receive buffers on
channel close, or even free them if the buffers are empty.


No differences found