Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
PRRT
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
26
Issues
26
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LARN
PRRT
Commits
1799a7be
Commit
1799a7be
authored
Mar 16, 2018
by
Andreas Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert BBR state.
parent
117f862c
Pipeline
#2068
failed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
prrt/time-receiver.c
prrt/time-receiver.c
+1
-1
No files found.
prrt/time-receiver.c
View file @
1799a7be
...
...
@@ -128,7 +128,7 @@ int main(int argc, char **argv) {
memcpy
(
&
old
,
buffer
,
sizeof
(
struct
timespec
));
fprintf
(
stderr
,
"%u: %lli
%i
\n
"
,
i
,
timedelta
(
&
now
,
&
old
),
PrrtSocket_get_bbr_state
(
s
));
fprintf
(
stderr
,
"%u: %lli
\n
"
,
i
,
timedelta
(
&
now
,
&
old
));
i
++
;
}
...
...
Write
Preview
Markdown
is supported
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