Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net