A quick fix in pursuit: > Current implementation of CWV > (PacketThrottle.notifyOfPacketAcknowledged()) checks the size of a window > *after* receiving an ack for packet, when it should check for the state of > the window *when the packet was sent* - could be solved simply by adding a > bitflag to SentPacket. > What I meant here is that the check whether there are more packets to fill the window should be done when *sending* a packet (instead of receiving an ack for it) and appropriate adjustments to the window should also be done *on send*, the comment concerning bitflag is redundant.
quadrocube
_______________________________________________ Devl mailing list [email protected] https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
