riscv-openocd/src/server
Karl Palsson bf5258d876 telnet_server: increase buffer sizes to allow longer commands.
A common use case seen in the wild is echoing a string of commands to an
existing openocd instance via netcat.  The sequence of ; separated
commands can easily run over the line limit of only 256 chars.

Increasing this dramatically reduces surprises, at the expense of a tiny
amount of extra ram usage.

Change-Id: I2389d99d316a96b5fa03f0894b43c412308e12c4
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Reviewed-on: http://openocd.zylin.com/4132
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
2017-10-03 11:16:48 +01:00
..
Makefile.am helper,rtos,server: Restore missing warning flags 2017-01-15 10:16:16 +00:00
gdb_server.c server: Allow 64 address to be send over GBD server 2017-02-10 13:51:00 +01:00
gdb_server.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
server.c server/server: Remove all exit() calls 2017-04-25 16:56:35 +01:00
server.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
server_stubs.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
startup.tcl Fix a bunch of typos. 2011-03-17 07:25:25 +01:00
tcl_server.c helper: Code cleanup for hexify() 2016-12-08 12:34:53 +00:00
tcl_server.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
telnet_server.c telnet_server: drop unused options 2017-10-03 11:16:36 +01:00
telnet_server.h telnet_server: increase buffer sizes to allow longer commands. 2017-10-03 11:16:48 +01:00