Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dermesser/libsocket
/ sndmsg
Method
sndmsg
C++/dgramoverstream.cpp:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
ssize_t dgram_over_stream::sndmsg(const std::string& msg) {
73
return sndmsg(msg.c_str(), msg.size());
74
}
75
76
/**
77
* @brief Receive a message and place it into dst.
Callers
4
run_client
Function · 0.80
run_string_client
Function · 0.80
run_vec_client
Function · 0.80
run_server
Function · 0.80
Calls
2
encode_uint32
Function · 0.85
snd
Method · 0.45
Tested by
no test coverage detected