summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-12-09 19:15:11 +1100
committerDarren Tucker <dtucker@zip.com.au>2003-12-09 19:15:11 +1100
commit3175eb9a5a426f6e494d523fe6e96fcc426995c1 (patch)
tree692cfd00e30c0ee410fca3b0d8e8febf5bfcfea7 /ssh.h
parent1fb0425359f7753d0163c5dce6a3335359da8c5a (diff)
downloadopenssh-git-3175eb9a5a426f6e494d523fe6e96fcc426995c1.tar.gz
- markus@cvs.openbsd.org 2003/12/02 17:01:15
[channels.c session.c ssh-agent.c ssh.h sshd.c] use SSH_LISTEN_BACKLOG (=128) in listen(2).
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index e88b9b83..a3b2ebbb 100644
--- 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>
@@ -103,4 +103,7 @@
/* 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 */