benchmarking
This commit is contained in:
parent
c96c4f4b41
commit
fafcee6d76
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue