Sha256: 05c2613ab6e00f9e251a6c1d367476825640a3ea359806c4f9891e53e5de065a

Contents?: true

Size: 1.37 KB

Versions: 16

Compression:

Stored size: 1.37 KB

Contents

//
// Copyright (c) 2003-2020 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 Skills

The tutorial programs in this first section introduce the fundamental concepts
required to use the asio toolkit. Before plunging into the complex world of
network programming, these tutorial programs illustrate the basic skills using
simple asynchronous timers.

\li \ref tuttimer1
\li \ref tuttimer2
\li \ref tuttimer3
\li \ref tuttimer4
\li \ref tuttimer5

\section tutdaytime Introduction to Sockets

The tutorial programs in this section show how to use asio to develop simple
client and server programs. These tutorial programs are based around the <a
href="http://www.ietf.org/rfc/rfc867.txt">daytime</a> protocol, which supports
both TCP and UDP. 

The first three tutorial programs implement the daytime protocol using TCP.

\li \ref tutdaytime1
\li \ref tutdaytime2
\li \ref tutdaytime3

The next three tutorial programs implement the daytime protocol using UDP.

\li \ref tutdaytime4
\li \ref tutdaytime5
\li \ref tutdaytime6

The last tutorial program in this section demonstrates how asio allows the TCP
and UDP servers to be easily combined into a single program.

\li \ref tutdaytime7

*/

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.4-universal-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.4 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.3-x86_64-linux ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.3-x86_64-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.3-universal-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.3 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.2-x86_64-linux ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.2-x86_64-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.2-universal-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.2 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.1-x86_64-linux ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.1-x86_64-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.1-universal-darwin-19 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt
couchbase-3.0.0.alpha.1 ext/third_party/asio/asio/src/examples/cpp03/tutorial/index_dox.txt