chore(core): improve debug log of sync bits

M1nd3r/thp6
M1nd3r 2 months ago
parent 8c543f61be
commit f60c263fb1

@ -397,7 +397,7 @@ class Channel(Context):
while True:
print(
"channel._write_encrypted_payload_loop - loop start, sync_bit:",
header.ctrl_byte & 0x10,
(header.ctrl_byte & 0x10) >> 4,
" sync_send_bit:",
THP.sync_get_send_bit(self.channel_cache),
)

Loading…
Cancel
Save