From: "drbrain (Eric Hodel)" Date: 2013-03-11T10:25:32+09:00 Subject: [ruby-core:53300] [ruby-trunk - Feature #8073][Assigned] Add multicast support to Rinda::Ring* Issue #8073 has been reported by drbrain (Eric Hodel). ---------------------------------------- Feature #8073: Add multicast support to Rinda::Ring* https://bugs.ruby-lang.org/issues/8073 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/