From 967db9667672682ebd9f1d4230d402beab8b3dc4 Mon Sep 17 00:00:00 2001 From: Muhammad Zaman Date: Mon, 24 Mar 2014 16:50:30 -0700 Subject: [PATCH] aaa --- recive.c | 2 +- send.c | 2 +- sendforeward.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recive.c b/recive.c index 86ee4d7..3c86c88 100755 --- a/recive.c +++ b/recive.c @@ -53,7 +53,7 @@ int main(){ if(i==0) time_start = nano_count(); recvfrom(s, buf, buf_size, 0, (struct sockaddr *)&remaddr, &addrlen); - if(i%1000 == 0){ + if(i%10000 == 0){ int64_t time_end = nano_count(); cout<<"number of packets recived and forewarded "<< i <