libtelnet icon indicating copy to clipboard operation
libtelnet copied to clipboard

libtelnet: Allow compile time stack use control

Open s0be opened this issue 4 years ago • 0 comments

When using libtelnet in embedded places, the 1k stack used in each of the telnet vprintf functions can be a bit excessive. To allow embedded users to work around this, add a compile define VPRINTF_STACK you can specify to control how much stack is used.

Signed-off-by: Pat Erley [email protected]

s0be avatar Oct 05 '21 16:10 s0be