]> andersk Git - openssh.git/blobdiff - ssh.h
- markus@cvs.openbsd.org 2003/12/02 17:01:15
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index e88b9b83e6195c61d3a74ada9b69a1ae61159f7e..a3b2ebbb5620ebd04bb45f11728938ec2caf45c1 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.74 2003/09/01 13:52:18 markus Exp $ */
+/*     $OpenBSD: ssh.h,v 1.75 2003/12/02 17:01:15 markus Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 /* Minimum modulus size (n) for RSA keys. */
 #define SSH_RSA_MINIMUM_MODULUS_SIZE   768
 
+/* Listen backlog for sshd, ssh-agent and forwarding sockets */
+#define SSH_LISTEN_BACKLOG             128
+
 #endif                         /* SSH_H */
This page took 0.057739 seconds and 4 git commands to generate.