commit | f1f188f4ea6d28c54934a870f1e8505bbbfb7344 | [log] [tgz] |
---|---|---|
author | Adam Alyyan <aalyyan@memphis.edu> | Mon Jan 14 11:57:08 2013 -0600 |
committer | Adam Alyyan <aalyyan@memphis.edu> | Mon Jan 14 11:57:08 2013 -0600 |
tree | 61c211b8b05d56150401316e5c15b8d87abc1f70 | |
parent | 7618ec16cc26f09ed23e645b600260d39a27e60b [diff] |
temporary changes setting timeout value to 499 millisec for the select loop
diff --git a/nlsr-sync-0.0/nlsr.c b/nlsr-sync-0.0/nlsr.c index 441b333..908a227 100755 --- a/nlsr-sync-0.0/nlsr.c +++ b/nlsr-sync-0.0/nlsr.c
@@ -888,6 +888,8 @@ timeout.tv_usec=time_out_micro_sec % 1000000; } + timeout.tv_sec = 0; + timeout.tv_usec = 499000; int fd; int nread;