Feature #8073
closedAdd multicast support to Rinda::Ring*
Description
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.
Files
        
           Updated by drbrain (Eric Hodel) over 12 years ago
          Updated by drbrain (Eric Hodel) over 12 years ago
          
          
        
        
      
      - File rinda.multicast.2.patch rinda.multicast.2.patch added
Updated patch with feedback from https://gist.github.com/seki/5133692
        
           Updated by drbrain (Eric Hodel) over 12 years ago
          Updated by drbrain (Eric Hodel) over 12 years ago
          
          
        
        
      
      - File rinda.multicast.3.patch rinda.multicast.3.patch added
Updated patch with feedback from http://twitter.com/m_seki/status/311434078060695552
        
           Updated by seki (Masatoshi Seki) over 12 years ago
          Updated by seki (Masatoshi Seki) over 12 years ago
          
          
        
        
      
      - Assignee changed from seki (Masatoshi Seki) to drbrain (Eric Hodel)
please commit this patch.
        
           Updated by drbrain (Eric Hodel) over 12 years ago
          Updated by drbrain (Eric Hodel) over 12 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r39895.
Eric, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- lib/rinda/ring.rb:  Add multicast support to Rinda::RingFinger and
 Rinda::RingServer. [ruby-trunk - Bug #8073]- 
test/rinda/test_rinda.rb: Test for the above. 
- 
NEWS: Update with Rinda multicast support 
 
-