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