diff --git a/recive.c b/recive.c index 739c22f..1939ffe 100755 --- a/recive.c +++ b/recive.c @@ -53,7 +53,7 @@ int main(){ recvfrom(s, buf, buf_size, 0, (struct sockaddr *)&remaddr, &addrlen); if(i==0) time_start = nano_count(); - if(i%10000 == 0){ + if(i%100000 == 0){ int64_t time_end = nano_count(); cout<<"number of packets recived and forewarded "<< i <