Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cppla committed Mar 11, 2024
1 parent 25f878a commit 6331d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/client-linux.py
Expand Up @@ -18,7 +18,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion clients/client-psutil.py
Expand Up @@ -19,7 +19,7 @@
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
Expand Down

0 comments on commit 6331d7d

Please sign in to comment.