Home
last modified time | relevance | path

Searched refs:keep_alive4 (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/asio/test/
Dsocket_base.cpp398 socket_base::keep_alive keep_alive4; in test() local
399 tcp_sock.get_option(keep_alive4, ec); in test()
401 BOOST_ASIO_CHECK(!keep_alive4.value()); in test()
402 BOOST_ASIO_CHECK(!static_cast<bool>(keep_alive4)); in test()
403 BOOST_ASIO_CHECK(!keep_alive4); in test()