forked from I2P_Developers/i2p.i2p
- Add ACKBitfield.highestReceived() for efficiency - Only write as many partial bitfield bytes as required, rather than 10 (for 64 bits) every time. - Don't allow more than 10 bytes when reading in bitfield - Don't send an extra byte if (fragments % 7) == 0 - Don't send a corrupt ack packet if the partial ack got completed (race) - Log tweaks