Commit 91e13fd5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 832d2bf3
......@@ -78,7 +78,7 @@ class _WatchLink : public object {
// iso.protocol message IO
chan<rxPkt> _acceptq; // server originated messages go here
sync::Mutex _rxmu;
bool _down; // y when the link is no-longer operational
bool _down; // y when the link is no-longer operational
dict<StreamID, chan<rxPkt>>
_rxtab; // {} stream -> rxq server replies go via here
set<StreamID> _accepted; // streams we accepted but did not replied yet
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment