]> git.meshlink.io Git - utcp/commitdiff
Fix and refactor send buffer code.
authorGuus Sliepen <guus@meshlink.io>
Tue, 2 Dec 2014 11:26:57 +0000 (12:26 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 2 Dec 2014 11:26:57 +0000 (12:26 +0100)
Make generic buffer handling functions and use those. A problem was
found when resizing a buffer; if new data to be put into the buffer was
more than twice as large as the current buffer size, the code would not
reallocate the buffer large enough.


No differences found