summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html')
-rw-r--r--doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html b/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
index 09cf08a3b6..0ec1f2ce38 100644
--- a/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
+++ b/doc/html/boost_asio/reference/basic_socket_acceptor/receive_low_watermark.html
@@ -46,7 +46,7 @@ Socket
<p>
Setting the option:
</p>
-<pre class="programlisting">boost::asio::ip::tcp::socket socket(io_context);
+<pre class="programlisting">boost::asio::ip::tcp::socket socket(my_context);
...
boost::asio::socket_base::receive_low_watermark option(1024);
socket.set_option(option);
@@ -54,7 +54,7 @@ socket.set_option(option);
<p>
Getting the current option value:
</p>
-<pre class="programlisting">boost::asio::ip::tcp::socket socket(io_context);
+<pre class="programlisting">boost::asio::ip::tcp::socket socket(my_context);
...
boost::asio::socket_base::receive_low_watermark option;
socket.get_option(option);
@@ -73,7 +73,7 @@ int size = option.value();
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2019 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>