error searching
This commit is contained in:
parent
84ccf232cf
commit
fc07a1a474
1 changed files with 2 additions and 2 deletions
|
@ -214,9 +214,9 @@ void* server_task(void* e)
|
|||
|
||||
tmp1 = get_clock_tick();
|
||||
|
||||
for (n = 0; n < 1024 ; n++)
|
||||
for (n = 0; n < 4*1024 ; n++)
|
||||
{
|
||||
//if (!(n%10))
|
||||
if (!(n%10))
|
||||
kprintf("%d-",n);
|
||||
send(newsockfd,buffer,64,0);
|
||||
// udelay(100);
|
||||
|
|
Loading…
Add table
Reference in a new issue