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