$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [asio] Detecting tcp peer disconnection
From: Igor R (boost.lists_at_[hidden])
Date: 2010-01-28 11:26:27
> Basically, if you absolutely must detect this, and aren't otherwise
> sending data, then you need to be able to build a "heartbeat" into your protocol.
Well, that's what I do right now.
I was under impression that it's achievable in some more simple way...
Thanks for the clarifcation.