95,96c95,96
< /** Holds the ports status. Keeps track if it is blocked, or has
< calculated a range change. */
---
> /** Holds the ports status. Currently just that a range recomputation needs
> * to be done. */
98,99d97
< Blocked,
< Unblocked,
143c141
< virtual Packet *recvRetry() { panic("??"); }
---
> virtual void recvRetry() { panic("??"); }
168c166
< at which point it can issue a successful sendTiming. This is used in
---
> at which point it can possibly issue a successful sendTiming. This is used in
197c195
< Packet *sendRetry() { return peer->recvRetry(); }
---
> void sendRetry() { return peer->recvRetry(); }