$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] socket reconnection
From: Igor R (boost.lists_at_[hidden])
Date: 2008-12-10 10:35:06
>
> My server will only handle one connection. No more.
> <...>We don't have problem in the initial connection. The only problem is
> on the
> reconnection case.
Ok, anyway you should accept this connection from the acceptor, shouldn't
you? How do you perform the initial connection? I guess that if you'd
reconnect the same way you connected the first time, you wouldn't have any
problem.