bug-commoncpp
[Top][All Lists]
Advanced

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

Rem.: socket question


From: FEDERICO MONTESINO POUZOLS
Subject: Rem.: socket question
Date: Fri, 13 Jul 2001 11:38:08 +0200

 
--- Begin Message --- Subject: Re.: socket question Date: Fri, 13 Jul 2001 11:31:12 +0200
Hi, maybe the ChangeLog is your solution:

>From Common C++ 1.4.3 to 1.5.0
.....
- setCompletion now bool and in socket "flags"


        Quoting from the 1.5 doc:

A socket can be made non-blocking by setting
setCompletion(false) or set to block on all 
access with setCompletion(true).

        That is,
setCompletion( SOCKET_COMPLETION_DELAYED );
        should be replaced with
setCompletion(true);


        Perhaps, the old comment should be 
deleted from socket.h



--- End Message ---

reply via email to

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