XON/XOFF hardcoded limits too high
Eröffnet am: 2016-03-04 01:31
Letztes Update: 2016-03-17 21:47
Auswertung: | (Anonym) | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Fehler | Schweregrad: | 5 - Mittel |
Komponente: | (Keine) | Status: | Offen |
Lösung | Keine |
Einzelheiten
XON/XOFF limits are currently set to 2048 bytes. This number is too high. The software flow control numbers are set from the ends of the buffer, and most UART buffers are much smaller than 2048. This causes poor performance in software flow control mode because the UART would send XON/XOFF constantly.
https://osdn.jp/projects/ttssh2/scm/svn/blobs/head/trunk/teraterm/teraterm/commlib.c lines 81/82.
Recommend changing XON/XOFF hardcoded limits to 128/128.
Prefer adding user-setting for XON/XOFF limits to configuration window.
Thank you.
Kommentar
Thank you for your report.
Where can we confirm that 128 is recommended bytes of these limits?