$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] socket.is_open returning false when it is in use
From: Gonzalo Garramuno (ggarra13_at_[hidden])
Date: 2012-12-30 09:56:32
On 30/12/12 11:48, Gonzalo Garramuno wrote:
> One thing that I noticed about my code is that bind is never used,
> only the acceptor. I'm not sure how it is used on the server side.
Never mind that. The constructor of the acceptor calls bind and listen.