]> git.proxmox.com Git - mirror_iproute2.git/commit - misc/ss.c
ss: show send queue length on unix domain sockets
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Fri, 22 Feb 2013 15:28:10 +0000 (15:28 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 27 Feb 2013 01:29:24 +0000 (17:29 -0800)
commitdefd61ca9191e0c93950e7ea5466682a67dcbafb
tree79df766d946c09316e2db0962759b16d6668b93e
parent05e983ea829650de06033315feafc16e5e640847
ss: show send queue length on unix domain sockets

On sockets in listen state Send-Q reports the maximum backlog,
otherwise it reports allocated socket write memory.

Cc: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
misc/ss.c