benchmarking
This commit is contained in:
parent
34a9a412a6
commit
02689a67cf
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ void* server_task(void* e)
|
|||
|
||||
void* client_task(void* e)
|
||||
{
|
||||
char dir[256];
|
||||
char dir[1024];
|
||||
int sd;
|
||||
struct sockaddr_in sin;
|
||||
struct sockaddr_in pin;
|
||||
|
@ -281,7 +281,7 @@ void* client_task(void* e)
|
|||
/* spew-out the results and bail out of here! */
|
||||
kprintf("%s\n", dir);
|
||||
|
||||
for (n = 0; n <1024*4*1024*4; n++)
|
||||
while(1)
|
||||
{
|
||||
recv(sd,dir,sizeof(dir),0);
|
||||
// udelay(100);
|
||||
|
|
Loading…
Add table
Reference in a new issue