Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
80fd027f
Commit
80fd027f
authored
Oct 10, 2006
by
David Johnson
Browse files
fix
parent
c628b7c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
pelab/supafly/defs.h
View file @
80fd027f
...
...
@@ -21,8 +21,8 @@
*/
typedef
uint32_t
slen_t
;
#define MIDDLEMAN_SEND_CLIENT_PORT 68
7
8
#define MIDDLEMAN_RECV_CLIENT_PORT 6
888
#define MIDDLEMAN_SEND_CLIENT_PORT 68
9
8
#define MIDDLEMAN_RECV_CLIENT_PORT 6
342
#define MIDDLEMAN_MAX_CLIENTS 32
...
...
pelab/supafly/sfreceiver.c
View file @
80fd027f
...
...
@@ -157,13 +157,13 @@ int main(int argc,char **argv) {
}
}
++
block_count
;
gettimeofday
(
&
t1
,
NULL
);
fprintf
(
stdout
,
"TIME %d %.4f
\n
"
,
block_count
,
t1
.
tv_sec
+
t1
.
tv_usec
/
1000000
);
t1
.
tv_sec
+
t1
.
tv_usec
/
1000000
.
0
f
);
++
block_count
;
fprintf
(
stdout
,
"INFO: read %d bytes (a block) at %.6f
\n
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment