forked from I2P_Developers/i2p.i2p
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.