let socket server know how many connections to expect

This commit is contained in:
ehouse 2005-03-23 05:48:11 +00:00
parent cf271c4411
commit 02c71850ee

View file

@ -184,7 +184,7 @@ CSendSocket::ConstructL()
{
CActiveScheduler::Add( this );
XP_LOGF( "calling iSocketServer.Connect()" );
TInt err = iSocketServer.Connect();
TInt err = iSocketServer.Connect( 2 );
XP_LOGF( "Connect=>%d", err );
User::LeaveIfError( err );
}