Advertisement

boost/asio sequence 17 is a pair of basic_datagram and basic_stream sockets

阅读量:

明确基本数据图式socket(const executor_type& ex)以及模板<典型执行上下文>
明确基本数据图式socket(执行上下文&&context, typename enable_if< is_convertible<执行上下文&&, execution_context&&>::value >::type* = 0)| 创建未打开的UDP socket

| basic_datagram_socket(const executor_type& ex, const protocol_type& protocol) 和 template
basic_datagram_socket(ExecutionContext& context,
const protocol_type& protocol,
typename enable_if<
is_convertible<ExecutionContext&, execution_context&>::value

::type* = 0) | 创建&打开 udp socket |
| basic_datagram_socket(const executor_type& ex, const endpoint_type& endpoint

全部评论 (0)

还没有任何评论哟~