Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
ae6e4a38
Commit
ae6e4a38
authored
Dec 10, 2012
by
Jiri Popelka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in statistics.c
parent
4aa89e81
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
statistics.c
statistics.c
+1
-1
No files found.
statistics.c
View file @
ae6e4a38
...
...
@@ -291,7 +291,7 @@ struct entry Tcpexttab[] =
{
"TCPAbortOnMemory"
,
N_
(
"%llu connections aborted due to memory pressure"
),
opt_number
},
{
"TCPAbortOnTimeout"
,
N_
(
"%llu connections aborted due to timeout"
),
opt_number
},
{
"TCPAbortOnLinger"
,
N_
(
"%llu connections aborted after user close in linger timeout"
),
opt_number
},
{
"TCPAbortFailed"
,
N_
(
"%llu times unable
d
to send RST due to no memory"
),
opt_number
},
{
"TCPAbortFailed"
,
N_
(
"%llu times unable to send RST due to no memory"
),
opt_number
},
{
"TCPMemoryPressures"
,
N_
(
"TCP ran low on memory %llu times"
),
opt_number
},
{
"TCPLoss"
,
N_
(
"%llu TCP data loss events"
),
opt_number
},
{
"TCPDSACKUndo"
,
N_
(
"%llu congestion windows recovered without slow start by DSACK"
),
...
...
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