Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Zaman committed Mar 24, 2014
1 parent 309e45e commit bb6b513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recive.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int main(){
return 0;
}

int64_t time_start = nano_count();
int64_t time_start;
for(int i=0;;i++){
if(i==0)
time_start = nano_count();
Expand Down
2 changes: 1 addition & 1 deletion sendforeward.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int main(){
}
memcpy((void *)&servaddr.sin_addr, hp->h_addr_list[0], hp->h_length);

int64_t time_start = nano_count();
int64_t time_start;
int64_t time_end;
for(int i=0;i<num_packets*950;i++){
if(i==0)
Expand Down

0 comments on commit bb6b513

Please sign in to comment.