From: "seki (Masatoshi Seki)" <seki@...> Date: 2013-03-23T19:38:57+09:00 Subject: [ruby-core:53669] [ruby-trunk - Feature #8073] Add multicast support to Rinda::Ring* Issue #8073 has been updated by seki (Masatoshi Seki). Assignee changed from seki (Masatoshi Seki) to drbrain (Eric Hodel) please commit this patch. ---------------------------------------- Feature #8073: Add multicast support to Rinda::Ring* https://bugs.ruby-lang.org/issues/8073#change-37850 Author: drbrain (Eric Hodel) Status: Assigned Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: current: 2.1.0 This patch adds multicast support to Rinda::Ring. If the addresses list for Rinda::RingServer or Rinda::RingFinger contain a multicast address then a multicast socket will automatically be created and used. Rinda::RingServer#initialize was changed to accept three arguments, but in a backwards-compatible manner. Rinda::RingServer#shutdown was added. Tests for socket creation were added. -- http://bugs.ruby-lang.org/