incubator-nuttx/libs/libc/stream
chao an 2b4ab6cd29 stream/syslograw: remove support for iob buffer in syslog
IOB buffer participates in the calculation of the congestion strategy
in the protocol stack, if the iob buffer is exhausted or there are
too many syslog printing tasks, the behavior of the protocol stack
and log printing will unable to determined, this PR will remove support
for iob buffer in syslog

Signed-off-by: chao an <anchao@lixiang.com>
2024-09-13 09:14:56 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
lib_blkoutstream.c
lib_bufferedoutstream.c
lib_fileoutstream.c
lib_hexdumpstream.c
lib_libnoflush.c
lib_libsnoflush.c
lib_lowoutstream.c
lib_lzfcompress.c
lib_meminstream.c
lib_memoutstream.c
lib_memsistream.c
lib_memsostream.c
lib_mtdoutstream.c
lib_nullinstream.c
lib_nulloutstream.c
lib_rawinstream.c
lib_rawoutstream.c
lib_rawsistream.c
lib_rawsostream.c
lib_stdinstream.c
lib_stdoutstream.c
lib_stdsistream.c
lib_stdsostream.c
lib_syslograwstream.c
lib_syslogstream.c
lib_zeroinstream.c