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



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