------------------ Original ------------------
Date: Wed, Mar 25, 2009 10:58 PM
To: "boost-users"<boost-users@lists.boost.org>;
Subject: Re: [Boost-users] [asio] Disable nagle algorithm on Windows XP
Hi Igor,
thanks for your reply.
I guess you mean setting non_blocking_io to false.
Tried to enter those lines, but still have no change:
boost::asio::socket_base::non_blocking_io command(false);
socket.io_control(command);
Tobias
On Wed, Mar 25, 2009 at 3:07 PM, Igor R <boost.lists@gmail.com> wrote:
>> I'm already using blocking sockets as suggest in above document.
>
> According to that document, you should not enocounter this problem
> when using blocking sockets. Probably your socket is not blocking?
> To make a socket blocking you should write something like this:
> boost::asio::socket_base::non_blocking_io command(true);
> socket.io_control(command);
> _______________________________________________
> Boost-users mailing list
> Boost-users@lists.boost.org
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users