Api/netlib.ping()

From Minux Wiki
Jump to navigation Jump to search

netlib function used to test if a system is alive.

ping sends a simple ping to another system to test if it is able to respond.


usage:

local returnvalue = netlib.ping(client)


output:

true if reply has been received, false if not.