id summary reporter owner description type status milestone component version severity resolution keywords cc 8867 Provide socket options for TCP keepalive configuring Andrey Semashev chris_kohlhoff "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; }}} " Feature Requests new To Be Determined asio Boost 1.54.0 Problem