IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#ls2
/2022/08/30
eyedeekay Language data is sent
orignal I see "Immediate ACK Flag" section in the specs but not actual value
zzz in the 'short header' section about 1/3 of the way down
zzz +----+----+----+----+----+----+----+----+
zzz | Destination Connection ID |
zzz +----+----+----+----+----+----+----+----+
zzz | Packet Number |type|flag|moreflags|
zzz +----+----+----+----+----+----+----+----+
zzz Destination ID :: 8 bytes, unsigned big endian integer
zzz Packet Number :: 4 bytes, unsigned big endian integer
zzz type :: The message type, 0-10
zzz flag :: 1 byte flags:
zzz bit order: 76543210 (bit 7 is MSB)
zzz bits 7-1: unused, set to 0 for future compatibility
zzz bits 0: when set to 1, immediate ack requested
zzz moreflags :: 2 bytes, unused, set to 0 for future compatibility
orignal I think you should also mention in in that section