diff options
| author | lishu <[email protected]> | 2018-12-07 15:45:16 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2018-12-07 15:45:16 +0800 |
| commit | 1665395160274983bc16d7abaa23ea4a48fc4624 (patch) | |
| tree | 84fe518ea68f201fa8fc79581fc640ee8d276489 /bin | |
| parent | 8e6344602628a72cec6b52addca34cd246bf4bcd (diff) | |
unixSOCKET bufsize timeout放在配置文件里面
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/conf/main.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/conf/main.conf b/bin/conf/main.conf index fc15fd8..481a578 100644 --- a/bin/conf/main.conf +++ b/bin/conf/main.conf @@ -18,9 +18,13 @@ MsgPort=22080 #unix-domain socket file path ��send frag UnixSocketSendSrcAddr=/home/mesasoft/frag_rssb/un_send UnixSocketSendDestAddr=/home/mcger/un_recv;/home/audiorecognition/aufilter/un_recv +#unix-domain socket param, unit:MB us +UnixSocketSendBufSize=4 +UnixSocketSendTimeout=10000 #udp socket recv port ��recv response msg UnixSocketRecvAddr=/home/mesasoft/frag_rssb/un_recv + #udp socket:send frag UdpSendIP=127.0.0.1;127.0.0.1; UdpSendIPNum=2 |
