class
A RingServer allows a Rinda::TupleSpace to be located via UDP broadcasts. Service location uses the following steps:
- A RingServer begins listening on the broadcast UDP address.
- A RingFinger sends a UDP packet containing the <a href="/ruby/DRb">DRb</a> <a href="/ruby/URI">URI</a> where it will listen for a reply.
- The RingServer recieves the UDP packet and connects back to the provided <a href="/ruby/DRb">DRb</a> <a href="/ruby/URI">URI</a> with the DRb service.