From 23b1ea8230447dddd40d4bb3ffbddfbdd5dd4a62 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 17 Apr 2019 22:26:25 +0200 Subject: [PATCH] Rename to LIBUS_LISTEN_EXCLUSIVE_PORT, update uWS --- src/addon.cpp | 2 +- uWebSockets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/addon.cpp b/src/addon.cpp index 116b57bd..5f98feee 100644 --- a/src/addon.cpp +++ b/src/addon.cpp @@ -90,7 +90,7 @@ void Main(Local exports) { exports->Set(String::NewFromUtf8(isolate, "DEDICATED_COMPRESSOR"), Integer::NewFromUnsigned(isolate, uWS::DEDICATED_COMPRESSOR)); /* Listen options */ - exports->Set(String::NewFromUtf8(isolate, "OPTION_DO_NOT_REUSE_PORT"), Integer::NewFromUnsigned(isolate, /*uWS::*/OPTION_DO_NOT_REUSE_PORT)); + exports->Set(String::NewFromUtf8(isolate, "LIBUS_LISTEN_EXCLUSIVE_PORT"), Integer::NewFromUnsigned(isolate, LIBUS_LISTEN_EXCLUSIVE_PORT)); /* The template for websockets */ WebSocketWrapper::initWsTemplate<0>(); diff --git a/uWebSockets b/uWebSockets index ba5f6560..93b6971b 160000 --- a/uWebSockets +++ b/uWebSockets @@ -1 +1 @@ -Subproject commit ba5f6560419f78cca1b0f4f67f961039b7291718 +Subproject commit 93b6971bf75e6360cfdc659d3a5ef5ea95b8e305