Boost logo

Boost Users :

Subject: Re: [Boost-users] asio UDP message packet loss even on localhost?
From: Michael Caisse (boost_at_[hidden])
Date: 2010-10-22 11:08:54


On 10/22/2010 7:53 AM, Ákos Maróy wrote:
>
> actually an asio::buffer object is created in send(), which copies the
> contents over. this is the same pattern as used in the same sample code
> quoted above.

This is a common error. The asio::buffer simply wraps the memory and
provides a starting location and size. You still must manage the memory.

<http://www.boost.org/doc/libs/1_44_0/doc/html/boost_asio/reference/buffer.html>

michael

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com

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