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