mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-07 23:00:15 +00:00
Implemented basic channel windowing
This commit is contained in:
parent
e543d5c27f
commit
641a7ea75d
@ -502,7 +502,7 @@ class Channel(contextlib.AbstractContextManager):
|
||||
self.window_max -= 1
|
||||
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user