[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2f0e25f9694e236485bd5c6736ba314e.squirrel@manage.unbit.it>
Date: Fri, 16 Mar 2012 07:49:18 +0100
From: "Roberto De Ioris" <roberto@...it.it>
To: netdev@...r.kernel.org
Subject: [RFC] add SIOBKLGQ command to unix socket ioctl
Hi everyone, in the uWSGI project we use TCP_INFO
datas to know the status of the socket backlog queue (this helps
the master process identifying overloads)
http://projects.unbit.it/uwsgi/browser/master.c#L202
We would like to have a similar feature in unix sockets.
After a bit of investigation we decided to add an ioctl to get the backlog
size. This has been applied only to unix socket but i suppose it could be
used for other network families.
Patch follow
--
Roberto De Ioris
http://unbit.it
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists