Re: [PATCHv2 2/3] Support unix sockets in -yy option

2014-12-17 Thread Dmitry V. Levin
On Wed, Dec 10, 2014 at 12:55:07PM +0900, Masatake YAMATO wrote: > This patch extends -yy option; the peer address of a unix socket can be > printed like an inet socket. It works perfectly well, but there are several minor issues with the patch I'd like to have fixed before applying. [...] > ---

[PATCHv2 2/3] Support unix sockets in -yy option

2014-12-09 Thread Masatake YAMATO
This patch extends -yy option; the peer address of a unix socket can be printed like an inet socket. About a listening socket, its socket inode and socket path are printed. About an accepted socket, its socket inode, the peer inode, and the socket path are printed. About a client socket, its socke