Skip to content
Snippets Groups Projects
Commit 2b9dbccf authored by oharboe's avatar oharboe
Browse files

increase packet size to 16kBytes. Very slightly faster.

git-svn-id: svn://svn.berlios.de/openocd/trunk@645 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent ac1bd155
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "server.h" #include "server.h"
#include "image.h" #include "image.h"
#define GDB_BUFFER_SIZE 2048 #define GDB_BUFFER_SIZE 16384
typedef struct gdb_connection_s typedef struct gdb_connection_s
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment