Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 839 Bytes

cpp-send.rst

File metadata and controls

36 lines (25 loc) · 839 Bytes

Sending

Heaps

spead2::send::heap

spead2::send::item

Streams

All stream types are derived from :cppspead2::send::stream using the curiously recurring template pattern and implementing an async_send_packet function.

spead2::send::stream::completion_handler

spead2::send::stream

spead2::send::udp_stream

spead2::send::tcp_stream

spead2::send::inproc_stream

spead2::send::streambuf_stream