From f0f1e48249df424de4edbf91cfb3f545d78b8441 Mon Sep 17 00:00:00 2001 From: lxnay Date: Tue, 27 May 2008 10:58:39 +0000 Subject: [PATCH] Entropy/Socket Interface: - switch default port from 999 to 1026 (unprivileged) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1981 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropyConstants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropyConstants.py b/libraries/entropyConstants.py index e589c1128..60155771f 100644 --- a/libraries/entropyConstants.py +++ b/libraries/entropyConstants.py @@ -749,7 +749,7 @@ def const_defaultSettings(rootdir): 'socket_service': { 'hostname': "localhost", - 'port': 999, + 'port': 1026, 'timeout': 200, 'threads': 5, 'session_ttl': 120,