error searching
This commit is contained in:
parent
9c486c4788
commit
c3071131c9
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void* server_task(void* e)
|
|||
{
|
||||
if (!(n%10))
|
||||
kprintf("%d-",n);
|
||||
send(newsockfd,buffer,128,0);
|
||||
send(newsockfd,buffer,32,0);
|
||||
if (!(n%100))
|
||||
sleep(1);
|
||||
// udelay(100);
|
||||
|
|
Loading…
Add table
Reference in a new issue