get socket backlog limit on unix domain socket

From: Artem Germanov
Date: Mon Dec 17 2012 - 21:30:40 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/