use correct data types
This commit is contained in:
parent
f2a3930046
commit
824540f313
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ int TCP_Bench(void)
|
|||
{
|
||||
char *cBuffer;
|
||||
CONTROL ctl;
|
||||
long long nData;
|
||||
uint64_t nData;
|
||||
int i;
|
||||
struct sockaddr_in sa_server;
|
||||
int server;
|
||||
|
|
Loading…
Add table
Reference in a new issue