Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc mention kern.tty.qsize requested by Matthew Mondor.



details:   https://anonhg.NetBSD.org/src/rev/dc8897723f88
branches:  trunk
changeset: 769896:dc8897723f88
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 25 21:47:22 2011 +0000

description:
mention kern.tty.qsize requested by Matthew Mondor.

diffstat:

 etc/sysctl.conf |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6645479a2590 -r dc8897723f88 etc/sysctl.conf
--- a/etc/sysctl.conf   Sun Sep 25 20:31:18 2011 +0000
+++ b/etc/sysctl.conf   Sun Sep 25 21:47:22 2011 +0000
@@ -1,6 +1,6 @@
 #!/sbin/sysctl -f
 #
-# $NetBSD: sysctl.conf,v 1.7 2009/04/01 16:20:55 martin Exp $
+# $NetBSD: sysctl.conf,v 1.8 2011/09/25 21:47:22 christos Exp $
 #
 # sysctl(8) variables to set at boot time.
 
@@ -17,3 +17,7 @@
 
 # Number of kernel threads to use for NFS client
 #vfs.nfs.iothreads=4
+
+# Default tty/pty character queue sizes. Should be bumped to 32K or so if
+# used in networking (ppp/pppoe)
+#kern.tty.qsize=1024



Home | Main Index | Thread Index | Old Index