mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
Unified secure socket name across platforms #4866
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
fedad2b8a1
commit
b105bc8f42
@@ -46,11 +46,7 @@
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
||||
#if defined _WIN32
|
||||
static const char s_networkSecurity[] = { "ns" };
|
||||
#else
|
||||
static const char s_networkSecurity[] = { "libns" };
|
||||
#endif
|
||||
|
||||
//
|
||||
// Client
|
||||
|
||||
Reference in New Issue
Block a user