Actions
Bug #8527
closedtty buffer/queue sizes should be larger
Start date:
2017-07-24
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
At present, we accept 256 bytes of input in cooked mode, and 512 in raw. 2K is a more usual amount.
I've hit these limits pretty regularly with automated processes, and a few times manually. The symptom of hitting the limit is usually your input being ignored, and a BEL being echoed back. For automated processes, especially, this is a real pain in the ass to diagnose.
Updated by Electric Monk almost 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 2463e92036c9d2d1d7ce5127f2aeddb5d24673b2
commit 2463e92036c9d2d1d7ce5127f2aeddb5d24673b2 Author: Richard Lowe <richlowe@richlowe.net> Date: 2017-08-10T16:54:48.000Z 8527 tty buffer/queue sizes should be larger Reviewed by: Toomas Soome <toomas@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
Actions