libtelnet
libtelnet copied to clipboard
libtelnet: Allow compile time stack use control
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]