1
0
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:
Nick Patavalis
2017-12-16 17:40:38 +02:00
parent 12d46e056c
commit 8110b68477

View File

@ -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