[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20091118.110918.154510772.davem@davemloft.net>
Date: Wed, 18 Nov 2009 11:09:18 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: jharan@...cade.COM
Cc: netdev@...r.kernel.org
Subject: Re: NETLINK sockets dont honor SO_RCVLOWAT?
From: Jeff Haran <jharan@...cade.COM>
Date: Wed, 18 Nov 2009 11:00:35 -0800
> If the open source community doesn't want a fix for something that
> is obviously broken, that's fine.
It is a bug in your opinion, and adding a check for these cases
doesn't necessarily make the kernel any better.
You can even check BSD, it behaves just like we do for several socket
options (they are just pieces of state stored in the socket, having
protocol specific checks and/or callbacks for every single socket
option would be just a lot of useless bloat).
And when all else fails BSD's behavior is what we use to determine
what is reasonable.
--
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