MCPcopy Create free account
hub / github.com/ElementsProject/elements / CreateSocketPair

Function CreateSocketPair

src/test/sock_tests.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90#ifndef WIN32 // Windows does not have socketpair(2).
91
92static void CreateSocketPair(int s[2])
93{
94 BOOST_REQUIRE_EQUAL(socketpair(AF_UNIX, SOCK_STREAM, 0, s), 0);
95}
96
97static void SendAndRecvMessage(const Sock& sender, const Sock& receiver)
98{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected