benchmarking

This commit is contained in:
Carl-Benedikt Krüger 2011-07-09 09:10:52 +02:00
parent 74b206b242
commit 87cca25b82
2 changed files with 2 additions and 2 deletions

View file

@ -215,7 +215,7 @@ void* server_task(void* e)
tmp1 = get_clock_tick();
for (n = 0; n < 1024*4 ; n++)
for (n = 0; n < 1024*256 ; n++)
{
if (!(n%100))
kprintf("%d-",n);

View file

@ -51,7 +51,7 @@
*/
#define TCP_SND_BUF 1512
#define TCP_SND_QUEUELEN 4
#define TCP_SND_QUEUELEN 2
/**
* LWIP_BROADCAST_PING==1: respond to broadcast pings (default is unicast only)