* RX_PACKET_TYPE_BUSY packet for this
* call slot, or 0 if the slot is not busy */
afs_uint32 serial; /* Next outgoing packet serial number */
- afs_int32 lastPacketSize; /* last >max attempt */
+ afs_int32 lastPacketSize; /* size of last >max attempt, excludes headers */
afs_int32 lastPacketSizeSeq; /* seq number of attempt */
- afs_int32 lastPingSize; /* last MTU ping attempt */
+ afs_int32 lastPingSize; /* size of last MTU ping attempt, w/o headers */
afs_int32 lastPingSizeSer; /* serial of last MTU ping attempt */
struct rxevent *challengeEvent; /* Scheduled when the server is challenging a */
struct rxevent *delayedAbortEvent; /* Scheduled to throttle looping client */