Variable: telnet-maximum-count

telnet-maximum-count is a variable defined in telnet.el.gz.

Value

4

Documentation

Maximum value telnet-count can have.

After this many passes, we stop looking for initial setup data. Should be set to the number of terminal writes telnet will make rejecting one login and prompting again for a username and password.

Source Code

;; Defined in /usr/src/emacs/lisp/net/telnet.el.gz
(defvar telnet-maximum-count 4
  "Maximum value `telnet-count' can have.
After this many passes, we stop looking for initial setup data.
Should be set to the number of terminal writes telnet will make
rejecting one login and prompting again for a username and password.")