Definition at line 1322 of file net_plugin.cpp.
◆ create_send_buffer() [1/2]
Definition at line 1336 of file net_plugin.cpp.
1336 {
1338
1339 const char* const header = reinterpret_cast<const char* const>(&payload_size);
1341
1342 auto send_buffer = std::make_shared<vector<char>>(buffer_size);
1346
1348 }
static const Segment ds(Segment::ds)
void pack(Stream &s, const std::deque< T > &value)
size_t pack_size(const T &v)
constexpr auto message_header_size
send_buffer_type send_buffer
◆ create_send_buffer() [2/2]
Definition at line 1351 of file net_plugin.cpp.
1351 {
1352
1355
1356 const char* const header = reinterpret_cast<const char* const>(&payload_size);
1358
1359 auto send_buffer = std::make_shared<vector<char>>( buffer_size );
1364
1366 }
◆ get_send_buffer()
Definition at line 1325 of file net_plugin.cpp.
1325 {
1328 }
1330 }
static send_buffer_type create_send_buffer(const net_message &m)
◆ send_buffer
The documentation for this struct was generated from the following file: