mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-02 19:23:35 -07:00
Implemented basic channel windowing
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ class Channel(contextlib.AbstractContextManager):
|
|||||||
self.window_max -= 1
|
self.window_max -= 1
|
||||||
|
|
||||||
# TODO: Remove
|
# TODO: Remove
|
||||||
RNS.log("Decreased channel window to "+str(self.window))
|
RNS.log("Decreased channel window to "+str(self.window), RNS.LOG_DEBUG)
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user