Subject: [Boost-bugs] [Boost C++ Libraries] #8867: Provide socket options for TCP keepalive configuring
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-07-21 17:24:44
#8867: Provide socket options for TCP keepalive configuring
------------------------------+----------------------------
Reporter: andysem | Owner: chris_kohlhoff
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.54.0 | Severity: Problem
Keywords: |
------------------------------+----------------------------
Please, provide socket options in asio::ip::tcp to configure TCP keepalive
behavior, like described in section 4.2 [http://tldp.org/HOWTO/html_single
/TCP-Keepalive-HOWTO/ here]. E.g. the following typedefs will suffice:
{{{
typedef boost::asio::detail::socket_option::integer< SOL_TCP, TCP_KEEPIDLE
> keepalive_idle_time;
typedef boost::asio::detail::socket_option::integer< SOL_TCP,
TCP_KEEPINTVL > keepalive_interval;
typedef boost::asio::detail::socket_option::integer< SOL_TCP, TCP_KEEPCNT
> keepalive_probes;
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8867> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC