C++ Actor Framework 0.19
|
Contains classes and utilities for transports that operate on raw octets. More...
Classes | |
class | lower_layer |
Provides access to a resource that operates on a byte stream, e.g., a TCP socket. More... | |
class | policy |
Configures a transport object. More... | |
class | upper_layer |
The upper layer requests bytes from the lower layer and consumes raw chunks of data. More... | |
Enumerations | |
enum class | errc { temporary , want_read , want_write , permanent } |
Holds error codes for the octet_stream::transport. More... | |
Contains classes and utilities for transports that operate on raw octets.
|
strong |
Holds error codes for the octet_stream::transport.