Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ too_full
Method
too_full
ssnet.py:496–497 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
494
self.mux.channels[self.channel] = None
495
496
def
too_full(self):
497
return
self.mux.too_full
498
499
def
uwrite(self, buf):
500
if
self.mux.too_full:
Callers
1
pre_select
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected