Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/
Dsocket_base.cpp531 socket_base::receive_low_watermark receive_low_watermark3(8192); in test() local
532 BOOST_ASIO_CHECK(receive_low_watermark3.value() == 8192); in test()
533 tcp_sock.set_option(receive_low_watermark3, ec); in test()