Mercurial > flash_v2
diff packages/redboot/current/src/net/net_io.c @ 240:23a050ad151f
RedBoot TCP/stub speedup.
| author | msalter |
|---|---|
| date | Mon, 15 Jul 2002 19:37:12 +0000 |
| parents | 4316e167c83b |
| children | 21264951b120 |
line wrap: on
line diff
--- a/packages/redboot/current/src/net/net_io.c +++ b/packages/redboot/current/src/net/net_io.c @@ -146,7 +146,7 @@ static int in_buflen = 0; static unsigned char in_buf[64]; static unsigned char *in_bufp; static int out_buflen = 0; -static unsigned char out_buf[64]; +static unsigned char out_buf[1024]; static unsigned char *out_bufp; // Functions in this module
