MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / connect

Function connect

dev/ssltest.py:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 return "AECDH-AES256-SHA"
31
32def connect():
33 sock = socket.create_connection((HOST, PORT))
34 return sock
35
36def listen():
37 sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

Callers 1

ssltest.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected