$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ASIO] Flush output on socket
From: Igor R (boost.lists_at_[hidden])
Date: 2011-11-12 12:07:44
> 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.