Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the develop branch, built from commit a0a4e127a9.
PrevUpHomeNext
websocket::stream::set_option (2 of 3 overloads)

Set the timeout option.

Synopsis
void
set_option(
    timeout const& opt);
Exceptions

Type

Thrown On

system_error

on failure to reset the timer.


PrevUpHomeNext