[<prev] [next>] [day] [month] [year] [list]
Message-ID: <50CFD41F.70103@gmail.com>
Date: Mon, 17 Dec 2012 18:25:35 -0800
From: Artem Germanov <ru.artem@...il.com>
To: linux-kernel@...r.kernel.org
Subject: get socket backlog limit on unix domain socket
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists