MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / too_full

Method too_full

sshuttle/ssnet.py:551–552  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

549 self.mux.channels[self.channel] = None
550
551 def too_full(self):
552 return self.mux.too_full
553
554 def uwrite(self, buf):
555 if self.mux.too_full:

Callers 1

pre_selectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected