Searched defs:rx_ackPacket (Results 1 – 1 of 1) sorted by relevance
117 struct rx_ackPacket { struct118 uint16_t bufferSpace; /* Number of packet buffers available */119 uint16_t maxSkew; /* Max diff between ack'd packet and */121 uint32_t firstPacket; /* The first packet in ack list */122 uint32_t previousPacket; /* Previous packet recv'd (obsolete) */123 uint32_t serial; /* # of packet that prompted the ack */124 uint8_t reason; /* Reason for acknowledgement */125 uint8_t nAcks; /* Number of acknowledgements */126 uint8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */