// The native type of a socket. typedef socket_type native_handle_type; // The implementation type of the socket. struct base_implementation_type // The native socket representation. socket_type ...
/// Provides sequenced packet socket functionality. * The basic_seq_packet_socket class template provides asynchronous and blocking * sequenced packet socket functionality. * @par Thread Safety * @e ...