[complement-svn] SF.net SVN: complement: [1307] trunk/explore/include/sockios/sockmgr.h
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-10 15:45:17
|
Revision: 1307 http://svn.sourceforge.net/complement/?rev=1307&view=rev Author: complement Date: 2006-10-10 08:45:08 -0700 (Tue, 10 Oct 2006) Log Message: ----------- fix typo Modified Paths: -------------- trunk/explore/include/sockios/sockmgr.h Modified: trunk/explore/include/sockios/sockmgr.h =================================================================== --- trunk/explore/include/sockios/sockmgr.h 2006-10-09 13:57:26 UTC (rev 1306) +++ trunk/explore/include/sockios/sockmgr.h 2006-10-10 15:45:08 UTC (rev 1307) @@ -1,4 +1,4 @@ -// -*- C++ -*- Time-stamp: <06/09/25 13:50:39 ptr> +// -*- C++ -*- Time-stamp: <06/10/10 19:44:38 ptr> /* * Copyright (c) 1997-1999, 2002, 2003, 2005, 2006 @@ -177,7 +177,7 @@ explicit sockmgr_stream_MP( int port, sock_base::stype t = sock_base::sock_stream ) : basic_sockmgr(), - _thr_limit( 30 ) + _thr_limit( 31 ) { open( port, t ); _busylimit.tv_sec = 0; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |