rocksock: bump to latest

This commit is contained in:
rofl0r
2019-01-08 04:38:28 +00:00
parent b9058b0334
commit b88a8426dc

View File

@@ -117,6 +117,8 @@ class RocksockException(Exception):
class RocksockHostinfo():
def __init__(self, host, port):
if port < 0 or port > 65535:
raise RocksockException(RS_E_INVALID_PROXY_URL, failedproxy=-1)
self.host = host
self.port = port