mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Set the max tty output queue size to 0 (unlimited)
This commit is contained in:
5
Makefile
5
Makefile
@ -12,8 +12,9 @@ LDLIBS ?=
|
||||
all: picocom
|
||||
OBJS =
|
||||
|
||||
## Increase this to use larger input (e.g. copy-paste) buffer
|
||||
TTY_Q_SZ = 32768
|
||||
## This is the maximum size (in bytes) the input (e.g. copy-paste)
|
||||
## buffer is allowed to grow to. Zero means unlimitted
|
||||
TTY_Q_SZ = 0
|
||||
CPPFLAGS += -DTTY_Q_SZ=$(TTY_Q_SZ)
|
||||
|
||||
## Comment this out to disable high-baudrate support
|
||||
|
Reference in New Issue
Block a user