Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
connect():
33
sock = socket.create_connection((HOST, PORT))
34
return
sock
35
36
def
listen():
37
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
Callers
1
ssltest.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected