~ubuntu-branches/ubuntu/edgy/openssh/edgy

« back to all changes in this revision

Viewing changes to readconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2004-10-07 18:03:06 UTC
  • Revision ID: james.westby@ubuntu.com-20041007180306-0l8ii961txetbucx
Tags: 1:3.8.1p1-11ubuntu3
* Nathaniel McCallum:
  - debian/openssh-server.init: pretty initscript
  - debian/control: versioned depend on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        int     compression_level;      /* Compression level 1 (fast) to 9
55
55
                                         * (best). */
56
56
        int     tcp_keep_alive; /* Set SO_KEEPALIVE. */
 
57
        int     setuptimeout; /* timeout in the protocol banner exchange */
57
58
        LogLevel log_level;     /* Level for logging. */
58
59
 
59
60
        int     port;           /* Port to connect. */