Releases: isobit/ndog
Releases · isobit/ndog
v0.0.11
v0.0.10
v0.0.9
v0.0.8
v0.0.7: Fix insufficient UDP buffer size, add byte count log
The previous buffer size of 1024 meant that data would be dropped for UDP packets larger than 1024 bytes, since each ReadFromUDP dequeues the entire packet (no partial reads to be continue on the next call like in TCP; i.e. TCP buffers bytes, UDP buffers whole packets).