Update of /cvsroot/pyxida/Pyxida/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32507/config
Modified Files:
pyxida.cfg
Log Message:
ping failure causes crash
Index: pyxida.cfg
===================================================================
RCS file: /cvsroot/pyxida/Pyxida/config/pyxida.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pyxida.cfg 1 Dec 2006 18:30:23 -0000 1.7
--- pyxida.cfg 5 Dec 2006 15:47:56 -0000 1.8
***************
*** 12,19 ****
--- 12,21 ----
# Port = integer in port range
# Port number over which overlay communication will take place.
+ # default=55504
pyxida.port=55500
# Api.Port = integer in port range
# Port number that XML/RPC server listens on.
+ # default=55501
# pyxida.api.port=55501
***************
*** 31,33 ****
# accurate and consistent results but requires
# that you run the code as root.
! pyxida.use_icmp=false
--- 33,35 ----
# accurate and consistent results but requires
# that you run the code as root.
! pyxida.use_icmp=true
|