mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
6 lines
327 B
Bash
6 lines
327 B
Bash
#!/bin/env bash
|
|
|
|
INTERVAL=60 # Seconds, Interval between two connection check of internet
|
|
DOUBLE_CHECK_WAIT=10 # Seconds, wait time for double check when the connection is down
|
|
PING_TIMEOUT=9 # Seconds, Timeout of ping command
|
|
NETWORK_CHECK_TIMEOUT=300 # Count, Check network for ($NETWORK_TIMEOUT x 2 Seconds) |