From 216e671fa012f50890e31620d7df5819f562384a Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Feb 2013 17:08:08 -0800 Subject: [PATCH] bump MAX_NAME_LENGTH to 255 --- space/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/src/main.cpp b/space/src/main.cpp index 9a6033bdac..1b8a22732b 100644 --- a/space/src/main.cpp +++ b/space/src/main.cpp @@ -12,7 +12,7 @@ const char *CONFIG_FILE = "/Users/birarda/code/worklist/checkouts/hifi/space/example.data.txt"; const unsigned short SPACE_LISTENING_PORT = 55551; -const short MAX_NAME_LENGTH = 63; +const short MAX_NAME_LENGTH = 255; const char ROOT_HOSTNAME[] = "root.highfidelity.co"; const char ROOT_NICKNAME[] = "root";