This commit is contained in:
cppla 2024-03-11 15:06:47 +08:00
parent 25f878a38a
commit 6331d7d45b
2 changed files with 2 additions and 2 deletions

@ -18,7 +18,7 @@ CM = "cm.tz.cloudcpp.com"
PROBEPORT = 80
PROBE_PROTOCOL_PREFER = "ipv4" # ipv4, ipv6
PING_PACKET_HISTORY_LEN = 100
ONLINE_PACKET_HISTORY_LEN = 480
ONLINE_PACKET_HISTORY_LEN = 288
INTERVAL = 1
import socket

@ -19,7 +19,7 @@ CM = "cm.tz.cloudcpp.com"
PROBEPORT = 80
PROBE_PROTOCOL_PREFER = "ipv4" # ipv4, ipv6
PING_PACKET_HISTORY_LEN = 100
ONLINE_PACKET_HISTORY_LEN = 480
ONLINE_PACKET_HISTORY_LEN = 288
INTERVAL = 1
import socket