Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmtcp/dmtcp
/ JSocket
Method
JSocket
jalib/jsocket.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
jalib::JSocket::JSocket()
154
{
155
_sockfd = jalib::socket(AF_INET, SOCK_STREAM, 0);
156
}
157
158
bool
159
jalib::JSocket::connect(const JSockAddr &addr, int port)
Callers
nothing calls this directly
Calls
1
socket
Function · 0.70
Tested by
no test coverage detected