Rename to LIBUS_LISTEN_EXCLUSIVE_PORT, update uWS
This commit is contained in:
parent
c22e417cf9
commit
23b1ea8230
@ -90,7 +90,7 @@ void Main(Local<Object> 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>();
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ba5f6560419f78cca1b0f4f67f961039b7291718
|
||||
Subproject commit 93b6971bf75e6360cfdc659d3a5ef5ea95b8e305
|
Loading…
Reference in New Issue
Block a user