j
k
j a
j l
The TCP header have the "P" (push) flag. When I use the boost::asio write() function, this flag is active?
PUSH flag is the result of TCP_NODELAY socket option. In asio you can set it with ip::tcp::no_delay.
Back to the thread
Back to the list