diff options
Diffstat (limited to 'src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py')
-rw-r--r-- | src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py index f8a07c25..89d3d098 100644 --- a/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py +++ b/src/com.gluster.storage.management.gateway/WebContent/scripts/Globals.py @@ -16,7 +16,15 @@ # <http://www.gnu.org/licenses/>. MULTICAST_GROUP = '224.224.1.1' -MULTICAST_PORT = 5353 +MULTICAST_PORT = 24729 +GLUSTER_PROBE_STRING = "GLUSTERPROBE" +GLUSTER_PROBE_VERSION = "1.0.0" +DEFAULT_BUFSIZE = 1024 +SERVER_PORT = 24731 +DEFAULT_BACKLOG = 5 +DEFAULT_TIMEOUT = 3 +DEFAULT_ID_LENGTH = 16 + GLUSTER_PLATFORM_VERSION = "3.2" ## System configuration constants |