From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/7] tipc: introduce UDP replicast Date: Fri, 26 Aug 2016 21:40:30 -0700 (PDT) Message-ID: <20160826.214030.1723676910148934436.davem@davemloft.net> References: <1472201576-26588-1-git-send-email-richard.alpe@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net To: richard.alpe@ericsson.com Return-path: In-Reply-To: <1472201576-26588-1-git-send-email-richard.alpe@ericsson.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tipc-discussion-bounces@lists.sourceforge.net List-Id: netdev.vger.kernel.org From: Richard Alpe Date: Fri, 26 Aug 2016 10:52:49 +0200 > This series introduces UDP replicast. A concept where we emulate multicast by > sending multiple unicast messages to configured peers. This allows TIPC to be > used in environments where IP multicast is disabled. > > There is a corresponding patch series for the tipc user space tool that > allows a user to add remote addresses to the replicast list. Series applied, thanks. ------------------------------------------------------------------------------