Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LARN
PRRT
Commits
ddfe37d0
Commit
ddfe37d0
authored
Dec 19, 2017
by
Andreas Schmidt
Browse files
Reduce application rate.
parent
89e337a9
Pipeline
#1762
failed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
prrt/sender.c
View file @
ddfe37d0
...
...
@@ -134,8 +134,8 @@ int main(int argc, char **argv) {
PrrtSocket_send
(
s
,
(
unsigned
char
*
)
buf
,
strlen
(
buf
));
j
++
;
// Send every 10us, as this is a sensible packet interval.
usleep_nano
(
10
);
// Send every 10
0
us, as this is a sensible packet interval.
usleep_nano
(
10
0
);
}
sleep_nano
(
10
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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