Implemented basic channel windowing

This commit is contained in:
Mark Qvist 2023-05-10 19:15:45 +02:00
parent e543d5c27f
commit 641a7ea75d
1 changed files with 1 additions and 1 deletions

View File

@ -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