bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: exception in SampleSocketServiceServer::StopServer()


From: Federico Montesino Pouzols
Subject: Re: exception in SampleSocketServiceServer::StopServer()
Date: Fri, 6 Sep 2002 19:38:24 +0200
User-agent: Mutt/1.4i

On Fri, Sep 06, 2002 at 06:26:12PM +0200, Klaus Triendl wrote:
> hi,
> 
> i'm away for some time now. i'll take care when i'm back.
> 
> but if it is like you say, there should be done something anyway, because
> it's not a good idea to let the program die under windows if everything else
> is designed for windows too :)
> 

        We could add a check in the Win32 versions of the several
connect methods, so that when INADDR_ANY is specified as peer address,
it is changed into "127.0.0.1" before calling connect. That is a way
of getting the same behaviour as in posix systems and I think it would
not break old apps.

> 
> --
> triendl klaus
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]