mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-05 13:38:56 -04:00
Implemented basic channel windowing
This commit is contained in:
parent
e543d5c27f
commit
641a7ea75d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue