sedbgmux/sedbgmux
Vadim Yanitskiy afed084c77 DbgMuxConnHandler: proper handling of the FlowControl message
A FlowControl message basically indicates how many data blocks the
remote side is able to receive from us.  Whenever the block limit is
reached, we should queue outgoing data blocks until the remote side
has given us a new quote by sending another FlowControl message.
2023-01-22 22:36:36 +06:00
..
ch DbgMuxConnHandler: proper handling of the FlowControl message 2023-01-22 22:36:36 +06:00
io sedbgmux-dump.py: add support for parsing socat hexdumps 2023-01-16 13:53:53 +06:00
__init__.py Rework project hierarchy: group core files into a module 2023-01-14 21:58:19 +06:00
peer.py DbgMuxPeer: spawn two threads for handling Rx/Tx messages 2023-01-18 01:44:38 +06:00
proto.py Rework project hierarchy: group core files into a module 2023-01-14 21:58:19 +06:00