Tell me what addrtype are not supported.
This commit is contained in:
parent
c161dbbc83
commit
a35cf6b84f
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ class ConnHandler(PairedStream):
|
||||||
elif addrtype == 3:
|
elif addrtype == 3:
|
||||||
self.read_bytes(1, self.on_addr3_length)
|
self.read_bytes(1, self.on_addr3_length)
|
||||||
else:
|
else:
|
||||||
# not support
|
logging.warn("addr_type %d not support" % addrtype)
|
||||||
logging.warn('addr_type not support')
|
|
||||||
self.close()
|
self.close()
|
||||||
|
|
||||||
def on_addr1(self, addr):
|
def on_addr1(self, addr):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue