native-client: change to use unix domain socket by default.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Tue, 28 Oct 2014 14:36:16 +0000 (16:36 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 7 Nov 2014 13:14:40 +0000 (15:14 +0200)
src/plugins/client-api/native/native-config.h

index 7dafc45..f2a8183 100644 (file)
@@ -35,8 +35,8 @@
 #define CONFIG_SOCKET   "native.socket"
 
 /** Default transport address. */
-/*#define DEFAULT_ADDRESS "unxs:@/srs/native-client"*/
-#define DEFAULT_ADDRESS "tcp4:127.0.0.1:4100"
+#define DEFAULT_ADDRESS "unxs:@winthorpe.native"
+/*#define DEFAULT_ADDRESS "tcp4:127.0.0.1:4100"*/
 #define DEFAULT_SOCKET  -1