From: Chris W. <la...@us...> - 2005-07-30 22:44:18
|
Update of /cvsroot/openinteract/OpenInteract2/sample/daemon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31147/sample/daemon Modified Files: oi2_daemon.ini Log Message: fix problems with daemon and multiple requests Index: oi2_daemon.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/sample/daemon/oi2_daemon.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** oi2_daemon.ini 22 May 2004 16:02:13 -0000 1.2 --- oi2_daemon.ini 30 Jul 2005 22:44:08 -0000 1.3 *************** *** 8,11 **** --- 8,12 ---- LocalPort = 8080 Proto = tcp + ReuseAddr = 1 # Declare any number of regular expressions that tell the daemon to |