0ea1dc43ec
This adds a ringbuffer implementation that targets bytes sending. The ringbuffer can grow when there's not enough room, that's why it's not thread-safe (locking must be done externally). It will be shrinked to its initial size as soon as the used bytes are the half of the initial size. |
||
---|---|---|
.. | ||
test | ||
bitmap.c | ||
CMakeLists.txt | ||
event.c | ||
msusb.c | ||
passphrase.c | ||
pcap.c | ||
profiler.c | ||
rail.c | ||
ringbuffer.c | ||
signal.c | ||
stopwatch.c | ||
svc_plugin.c | ||
tcp.c | ||
time.c | ||
uds.c |