benchmarking

This commit is contained in:
Carl-Benedikt Krüger 2011-07-08 18:59:55 +02:00
parent 91f68a062d
commit 2e0e2a96ea

View file

@ -148,7 +148,7 @@ __inline int get_core_no(void)
void* server_task(void* e)
{
int sockfd, newsockfd, portno, clilen;
char buffer[256];
char buffer[512];
struct sockaddr_in serv_addr, cli_addr;
int n;
uint64_t tmp1,tmp2;