-
- Downloads
* SSU: Fix bug that would drop 512 byte messages
The bug has been there forever but never happened before 0.9.3 because the buffers were all 32KB and the largest fragment was about 1500 bytes. In 0.9.3, there are multiple buffer sizes, the smallest is 512 bytes, and a packet of exactly 512 bytes would be silently dropped. Thanks zab for finding it.
Please register or sign in to comment