9758b8a203
Switched to latest version on GitHub as linuxco.de is no longer active. The appropriate entry for tcping on release-monitoring.org has been updated and a new mapping has been added for the Buildroot project. Signed-off-by: Mark Corbin <mark@dibsco.co.uk> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
555 B
Plaintext
15 lines
555 B
Plaintext
config BR2_PACKAGE_TCPING
|
|
bool "tcping"
|
|
help
|
|
tcping does a TCP connect to the given ip/port
|
|
combination. The user can specify a timeout in seconds. This
|
|
is useful in shell scripts running in firewalled
|
|
environments. Often SYNs are just being dropped by
|
|
firewalls, thus connection establishment will be retried
|
|
several times (for minutes) until a TCP timeout is
|
|
reached. With tcping it is possible to check first if the
|
|
desired port is reachable and then start connection
|
|
establishment.
|
|
|
|
https://github.com/mkirchner/tcping
|