$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ryan McConnehey (mccorywork_at_[hidden])
Date: 2008-07-01 10:50:00
All,
What happens if the "async_receive_from" receives data that's larger
than the buffer size that it was pasted. In Windows, if the data coming
in the socket is larger than the buffer than the data is discarded. Is
this how "async_receive_from" handles it?
Ryan