summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-08 19:47:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-08 19:47:06 +0000
commiteb1b39d4881290f0334e48d1a5e99b285c0fd9a3 (patch)
treec76866fe0abdcf31bf1acbfff440d1f3401b5c44
parent22bfa8556b1bc6e5666023a44a4ad1546d08e2e3 (diff)
crank the slop; until other changes happen
-rw-r--r--libexec/telnetd/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/telnetd/defs.h b/libexec/telnetd/defs.h
index 12f450eadfc..eb40d035472 100644
--- a/libexec/telnetd/defs.h
+++ b/libexec/telnetd/defs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: defs.h,v 1.3 1998/03/12 04:53:09 art Exp $ */
+/* $OpenBSD: defs.h,v 1.4 1998/05/08 19:47:05 deraadt Exp $ */
/* $NetBSD: defs.h,v 1.6 1996/02/28 20:38:10 thorpej Exp $ */
/*
@@ -112,7 +112,7 @@ typedef unsigned char cc_t;
/*
* I/O data buffers defines
*/
-#define NETSLOP 64
+#define NETSLOP 4096
#ifdef CRAY
#undef BUFSIZ
#define BUFSIZ 2048