benchmarking
This commit is contained in:
parent
74b206b242
commit
87cca25b82
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue