MCPcopy 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
153jalib::JSocket::JSocket()
154{
155 _sockfd = jalib::socket(AF_INET, SOCK_STREAM, 0);
156}
157
158bool
159jalib::JSocket::connect(const JSockAddr &addr, int port)

Callers

nothing calls this directly

Calls 1

socketFunction · 0.70

Tested by

no test coverage detected