From e2c4b4e6a104162d3234c5e6a59756da254918dc Mon Sep 17 00:00:00 2001 From: lishu Date: Fri, 15 Mar 2019 16:59:18 +0800 Subject: 1. keepalive add state 2. support UDP send in SOQ 3. 上述功能写入安装使用手册 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/conf/main.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bin/conf') diff --git a/bin/conf/main.conf b/bin/conf/main.conf index 0820712..8b8607e 100644 --- a/bin/conf/main.conf +++ b/bin/conf/main.conf @@ -27,6 +27,7 @@ UnixSocketRecvAddr=/home/mesasoft/frag_rssb/un_recv #udp socket:send frag +UdpSendSwitch=0 UdpSendIP=127.0.0.1;127.0.0.1; UdpSendIPNum=2 UdpSendPort=33082;33083 @@ -237,4 +238,9 @@ capacity=32 cost=32 wlb_report_interval=10 -bfd_recv_port=0 +/*¶Ë¿ÚΪ0±íʾ²»¿ªÆô±£»î¹¦ÄÜ*/ +bfd_recv_port=3785 +/*wait_queueÉèÖõĹÊÕÏãÐÖµ*/ +down_threshold=90 +/*¹ÊÕÏÅж¨´ÎÊý*/ +down_num=20 -- cgit v1.2.3