refactor(core): change 65535 to 0xFFFF for better readability

[no changelog]
M1nd3r/thp1
M1nd3r 1 month ago
parent 43ed952900
commit f54ec101bc

@ -23,7 +23,7 @@ _WIRE_INTERFACE_LENGTH = const(1)
_SESSION_STATE_LENGTH = const(1)
_CHANNEL_ID_LENGTH = const(2)
SESSION_ID_LENGTH = const(1)
BROADCAST_CHANNEL_ID = const(65535)
BROADCAST_CHANNEL_ID = const(0xFFFF)
KEY_LENGTH = const(32)
TAG_LENGTH = const(16)
_UNALLOCATED_STATE = const(0)

Loading…
Cancel
Save