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
17916851
Commit
17916851
authored
Oct 29, 2010
by
Bernd Eckenfels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Bug #17645] Add netstat(8) support for RcvbufErrors, SndbufErrors.
Thanks jwm
parent
afb24b57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
statistics.c
statistics.c
+4
-2
No files found.
statistics.c
View file @
17916851
/*
* Copyright 1997,1999,2000 Andi Kleen. Subject to the GPL.
* $Id: statistics.c,v 1.2
2 2008/10/03 01:07:47
ecki Exp $
* $Id: statistics.c,v 1.2
3 2010-10-29 19:24:36
ecki Exp $
* 19980630 - i18n - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* 19981113 - i18n fixes - Arnaldo Carvalho de Melo <acme@conectiva.com.br>
* 19990101 - added net/netstat, -t, -u, -w supprt - Bernd Eckenfels
...
...
@@ -199,7 +199,9 @@ struct entry Udptab[] =
{
"NoPorts"
,
N_
(
"%u packets to unknown port received."
),
number
},
{
"InErrors"
,
N_
(
"%u packet receive errors"
),
number
},
{
"OutDatagrams"
,
N_
(
"%u packets sent"
),
number
},
};
{
"RcvbufErrors"
,
N_
(
"%u receive buffer errors"
),
number
},
{
"SndbufErrors"
,
N_
(
"%u send buffer errors"
),
number
},
};
struct
entry
Udp6tab
[]
=
{
...
...
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