mirror of
https://github.com/parnic/node-intellicenter.git
synced 2025-06-17 02:21:53 -05:00
Transaction id in response is 2 bytes
@ -12,7 +12,7 @@ Specifically, that means (all in big-endian):
|
||||
* Class: IN (0x0001)
|
||||
|
||||
The unit will respond with a unicast packet. For my local system, that packet contains (for an IPv4 system):
|
||||
* Transaction ID: 0x00
|
||||
* Transaction ID: 0x0000
|
||||
* Flags: 0x8400 (Breaking down the bits here, that means 1 0000 1 0 0 0 0 0 0 0000, or 1: "is response", 0000: "opcode 0", 1: "is authority", 0: "not truncated", 0: "no recursion desired", 0: "no recursion available", 0: reserved 0 bit, 0: "answer is not authenticated", 0: "non-authenticated data is unaccaptable" (🤷), 0000: "no error")
|
||||
* Questions: 0x0000
|
||||
* Answer RRs: 0x0004
|
||||
|
Reference in New Issue
Block a user