Variable: ping-program

ping-program is a customizable variable defined in net-utils.el.gz.

Value

"ping"

Documentation

Program to send network test packets to a host.

Source Code

;; Defined in /usr/src/emacs/lisp/net/net-utils.el.gz
(defcustom ping-program "ping"
  "Program to send network test packets to a host."
  :type  'string)