increase packet size to 16kBytes. Very slightly faster.

git-svn-id: svn://svn.berlios.de/openocd/trunk@645 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2008-05-07 12:14:26 +00:00
parent ac1bd155c2
commit 2b9dbccfcf

View File

@ -24,7 +24,7 @@
#include "server.h"
#include "image.h"
#define GDB_BUFFER_SIZE 2048
#define GDB_BUFFER_SIZE 16384
typedef struct gdb_connection_s
{