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
2fd70095
Commit
2fd70095
authored
Oct 02, 2008
by
Bernd Eckenfels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document the additional info in Send-Q/Recv-Q with recent kernels for
listening sockets.
parent
3e179eba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
man/en_US/netstat.8
man/en_US/netstat.8
+5
-3
No files found.
man/en_US/netstat.8
View file @
2fd70095
...
...
@@ -8,7 +8,7 @@
.
\"
Modified: Tuan Hoang tqhoang@bigfoot.com
.
\"
.
\"
.TH NETSTAT 8 "
200
7
-
12
-
02
" "
net
-
tools
" "
Linux
Programme
r
's Manual"
.TH NETSTAT 8 "
200
8
-
10
-
04
" "
net
-
tools
" "
Linux
System
Administrato
r
's Manual"
.SH NAME
netstat \- Print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships
...
...
@@ -183,9 +183,11 @@ Print routing information from the route cache.
.
SS
"Proto"
The
protocol
(
tcp
,
udp
,
raw
)
used
by
the
socket
.
.
SS
"Recv-Q"
The
count
of
bytes
not
copied
by
the
user
program
connected
to
this
socket
.
Established
:
The
count
of
bytes
not
copied
by
the
user
program
connected
to
this
socket
.
Listening
:
Since
Kernel
2.6.18
this
column
contains
the
current
syn
backlog
.
.
SS
"Send-Q"
The
count
of
bytes
not
acknowledged
by
the
remote
host
.
Established
:
The
count
of
bytes
not
acknowledged
by
the
remote
host
.
Listening
:
Since
Kernel
2.6.18
this
column
contains
the
maximum
size
of
the
syn
backlog
.
.
SS
"Local Address"
Address
and
port
number
of
the
local
end
of
the
socket
.
Unless
the
.
BR
\-\-
numeric
" ("
\-
n
)
...
...
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