* get socket backlog limit on unix domain socket
@ 2012-12-18 2:25 Artem Germanov
0 siblings, 0 replies; only message in thread
From: Artem Germanov @ 2012-12-18 2:25 UTC (permalink / raw)
To: linux-kernel
Is there any way to get socket backlog limit on unix domain socket? In
FreeBSD there is getsockopt() with SO_LISTENQLIMIT,
but not in Linux. There is getsockopt() with TCP_INFO that returns such
info for tcp socket, but returns 'Not implemented' for UDS.
What is the right place to implement such functionality? Is porting
SO_LISTENQLIMIT to linux a good idea?
WBR, Artem Germanov.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-18 2:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 2:25 get socket backlog limit on unix domain socket Artem Germanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox