|
join 1.0
lightweight network framework library
|
unix datagram protocol class. More...
#include <protocol.hpp>
Public Types | |
| using | Endpoint = BasicUnixEndpoint <UnixDgram> |
| using | Socket = BasicDatagramSocket <UnixDgram> |
Public Member Functions | |
| constexpr | UnixDgram () noexcept=default |
| construct the unix datagram protocol instance by default. | |
| constexpr int | family () const noexcept |
| get the protocol ip address family. | |
| constexpr int | type () const noexcept |
| get the protocol communication semantic. | |
| constexpr int | protocol () const noexcept |
| get the protocol type. | |
unix datagram protocol class.
|
constexprdefaultnoexcept |
construct the unix datagram protocol instance by default.
|
inlineconstexprnoexcept |
get the protocol ip address family.
|
inlineconstexprnoexcept |
get the protocol type.
|
inlineconstexprnoexcept |
get the protocol communication semantic.