$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] message_peek
From: David Kaplan (davkaplan_at_[hidden])
Date: 2010-02-25 02:24:42
How do I perform a peek instead of a read (which removes data from the buffer)?
I found socket_base::message_peek, how do I use that together with my
socket and asio::read()?