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