From: "drbrain (Eric Hodel)" Date: 2013-03-13T06:19:56+09:00 Subject: [ruby-core:53346] [ruby-trunk - Feature #8073] Add multicast support to Rinda::Ring* Issue #8073 has been updated by drbrain (Eric Hodel). File rinda.multicast.3.patch added Updated patch with feedback from http://twitter.com/m_seki/status/311434078060695552 ---------------------------------------- Feature #8073: Add multicast support to Rinda::Ring* https://bugs.ruby-lang.org/issues/8073#change-37542 Author: drbrain (Eric Hodel) Status: Assigned Priority: Normal Assignee: seki (Masatoshi Seki) 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/