Skip to content
Snippets Groups Projects
Commit 76ef076e authored by phil's avatar phil
Browse files

version and corrected sock file

parent 983916c9
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ extern "C" {
#define AES67_SAPD_NAME "sapd.d"
#define AES67_SAPD_VERSION "0.1.0"
#define AES67_SAPD_VERSION "0.2.0"
#define AES67_SAPD_NAME_LONG AES67_SAPD_NAME "-" AES67_SAPD_VERSION
......@@ -46,8 +46,8 @@ extern "C" {
#define AES67_SAPD_SYSLOG_OPTION 0
#define AES67_SAPD_SYSLOG_FACILITY LOG_DAEMON
//#define AES67_SAPD_LOCAL_SOCK "/var/run/sapd.sock"
#define AES67_SAPD_LOCAL_SOCK "sapd.sock"
#define AES67_SAPD_LOCAL_SOCK "/var/run/sapd.sock"
//#define AES67_SAPD_LOCAL_SOCK "sapd.sock"
#define AES67_SAPD_LOCAL_LISTEN_BACKLOG 3
#define AES67_SAPD_LOCAL_MAX_CONNECTIONS 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment