From: "drbrain (Eric Hodel)" Date: 2013-03-12T02:10:01+09:00 Subject: [ruby-core:53318] [ruby-trunk - Feature #8073] Add multicast support to Rinda::Ring* Issue #8073 has been updated by drbrain (Eric Hodel). File rinda.multicast.2.patch added Updated patch with feedback from https://gist.github.com/seki/5133692 ---------------------------------------- Feature #8073: Add multicast support to Rinda::Ring* https://bugs.ruby-lang.org/issues/8073#change-37512 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/