Commit a622f3e1 authored by Denis Bilenko's avatar Denis Bilenko

socket: add a comment with TODO

parent 9e48152a
......@@ -592,6 +592,7 @@ else:
for socktype, proto in socktype_proto:
result.append((family, socktype, proto, '', (inet_ntop(family, addr), port)))
return result
# TODO libevent2 has getaddrinfo that is probably better than the hack above; should wrap that.
_have_ssl = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment