$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] ASIO: Windows/Linux/Mac socket inter-operability
From: Bjorn Reese (breese_at_[hidden])
Date: 2014-11-03 12:40:17
On 11/03/2014 06:30 PM, Joost Kraaijeveld wrote:
> I have a C/S-application that uses ASIO-sockets. The application runs
> fine if I try to connect between 2 Windows or 2 Linus or 2 Mac
> machineas. However, it fails to work with a "reset by peer" error if I
> try to connect between Windows and Linux, Windows and Mac or Linux and
> Mac. Is there anything known about problems wrt inter-os connections,
> and if so, is there a solution for this?
No known issue. I suspect that the recipient cannot parse the exchanged
data correctly.