]> git.meshlink.io Git - utcp/commitdiff
Allocate a persistent packet buffer.
authorGuus Sliepen <guus@sliepen.org>
Thu, 19 Mar 2020 21:17:34 +0000 (22:17 +0100)
committerGuus Sliepen <guus@sliepen.org>
Sat, 28 Mar 2020 21:06:43 +0000 (22:06 +0100)
Instead of allocating a new packet buffer every time we generate a packet,
we pre-allocate it and keep it around. We only reallocate when the MTU
increases.


No differences found