index_dox.txt
来自「Boost provides free peer-reviewed portab」· 文本 代码 · 共 49 行
TXT
49 行
//// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)//// Distributed under the Boost Software License, Version 1.0. (See accompanying// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)///**\mainpage asio Tutorial\section tuttimer Basic SkillsThe tutorial programs in this first section introduce the fundamental conceptsrequired to use the asio toolkit. Before plunging into the complex world ofnetwork programming, these tutorial programs illustrate the basic skills usingsimple asynchronous timers.\li \ref tuttimer1\li \ref tuttimer2\li \ref tuttimer3\li \ref tuttimer4\li \ref tuttimer5\section tutdaytime Introduction to SocketsThe tutorial programs in this section show how to use asio to develop simpleclient and server programs. These tutorial programs are based around the <ahref="http://www.ietf.org/rfc/rfc867.txt">daytime</a> protocol, which supportsboth TCP and UDP. The first three tutorial programs implement the daytime protocol using TCP.\li \ref tutdaytime1\li \ref tutdaytime2\li \ref tutdaytime3The next three tutorial programs implement the daytime protocol using UDP.\li \ref tutdaytime4\li \ref tutdaytime5\li \ref tutdaytime6The last tutorial program in this section demonstrates how asio allows the TCPand UDP servers to be easily combined into a single program.\li \ref tutdaytime7*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?