MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / state_proxy_addr_1

Method state_proxy_addr_1

src/network/socks5.py:98–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 return True
97
98 def state_proxy_addr_1(self):
99 self.boundaddr = self.read_buf[0:4]
100 self.set_state("proxy_port", length=4, expectBytes=2)
101 return True
102
103 def state_proxy_addr_2_1(self):
104 self.address_length = ord(self.read_buf[0:1])

Callers

nothing calls this directly

Calls 1

set_stateMethod · 0.80

Tested by

no test coverage detected