[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <e75bbc09f45a13abdaccb7ef0de5e7e0@localhost>
Date: Fri, 27 Jan 2012 10:01:48 +0100
From: Hagen Paul Pfeifer <hagen@...u.net>
To: "Erich E. Hoover" <ehoover@...es.edu>
Cc: Linux Netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] Implement IP_UNICAST_IF socket option.
On Thu, 26 Jan 2012 16:57:48 -0700, "Erich E. Hoover" wrote:
> The IP_UNICAST_IF feature is needed by the Wine project. This patch
> implements the feature by setting the outgoing interface in the same
> fashion as that of IP_PKTINFO.
Why duplicate functionality - rewrite your application and use IP_PKTINFO
or bind() your socket. This patch duplicate already existing functionality
(and bloat inet_sock unnecessarily).
Hagen
--
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