MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / onConnect

Method onConnect

src/plugin/ipc/socket/socketconnection.cpp:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void
116SocketConnection::onConnect(const struct sockaddr *serv_addr,
117 socklen_t addrlen,
118 bool connectInProgress)
119{
120 JASSERT(false).Text("Connect called on unknown socket type");
121}
122
123void
124SocketConnection::addSetsockopt(int level,

Callers 2

connectFunction · 0.45
socketpairFunction · 0.45

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected