NetBSD-Bugs archive

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

re: kern/45352: pty(4)/tty(4) have a 1024 bytes transfer limit



The following reply was made to PR kern/45352; it has been noted by GNATS.

From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: kern-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
    netbsd-bugs%netbsd.org@localhost
Subject: re: kern/45352: pty(4)/tty(4) have a 1024 bytes transfer limit
Date: Mon, 12 Sep 2011 16:33:53 +1000

 FWIW, these are the ones i've had to changed in the past:
 
 tty.c:  /* XXX: default to 1024 chars for now */
 tty.c:  clalloc(&tp->t_rawq, 1024, 1);
 tty.c:  clalloc(&tp->t_canq, 1024, 1);
 tty.c:  clalloc(&tp->t_outq, 1024, 0);
 tty_subr.c:                     if (clalloc(clp, 1024, 1)) {
 tty_subr.c:                     if (clalloc(clp, 1024, 1))
 
 
 TTYHOG itself has never been an issue for me.
 
 
 .mrg.
 


Home | Main Index | Thread Index | Old Index