summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-04-09 15:26:06 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-04-09 15:26:13 -0600
commit661609f2c06ff4047b071e7b7069de5d338e6731 (patch)
tree398130aad54bef480f3416838644fd067c5bbffa /libs
parent18daf2c9b2b8463cd91a9e24f79490877a32d03f (diff)
change default port for websockets surface
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/websockets/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/websockets/server.h b/libs/surfaces/websockets/server.h
index a47fbee51c..f06b6f8379 100644
--- a/libs/surfaces/websockets/server.h
+++ b/libs/surfaces/websockets/server.h
@@ -40,7 +40,7 @@
#include "state.h"
#include "resources.h"
-#define WEBSOCKET_LISTEN_PORT 9000
+#define WEBSOCKET_LISTEN_PORT 3818
struct LwsPollFdGlibSource {
struct lws_pollfd lws_pfd;