I have a doubt: this function automatically flush its output?
--
View this message in context: http://boost.2283326.n4.nabble.com/ASIO-Flush-output-on-socket-tp3951921p3951921.html
Sent from the Boost - Users mailing list archive at Nabble.com.
_______________________________________________
Boost-users mailing list
Boost...@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users
What code?
--
View this message in context: http://boost.2283326.n4.nabble.com/ASIO-Flush-output-on-socket-tp3951921p3952505.html
Sent from the Boost - Users mailing list archive at Nabble.com.
--
View this message in context: http://boost.2283326.n4.nabble.com/ASIO-Flush-output-on-socket-tp3951921p3956422.html
There is no "flush" needed.
If you've got a problem, please describe it in a more detailed way,
including some code lines.
--
View this message in context: http://boost.2283326.n4.nabble.com/ASIO-Flush-output-on-socket-tp3951921p4034835.html
Sent from the Boost - Users mailing list archive at Nabble.com.
PUSH flag is the result of TCP_NODELAY socket option.
In asio you can set it with ip::tcp::no_delay.