diff options
| author | lishu <[email protected]> | 2019-03-15 16:59:18 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2019-03-15 16:59:18 +0800 |
| commit | e2c4b4e6a104162d3234c5e6a59756da254918dc (patch) | |
| tree | f7e3ad3c893ce078b910f3c8978594dcd0830d20 /bin/conf | |
| parent | 24bc0055e363475302563635e8114fcf7f23a62a (diff) | |
1. keepalive add state
2. support UDP send in SOQ
3. 上述功能写入安装使用手册
Diffstat (limited to 'bin/conf')
| -rw-r--r-- | bin/conf/main.conf | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
