Flowdock
method

make_socket

Importance_2
v2_6_3 - Show latest stable - 0 notes - Class: Rinda::RingServer
make_socket(address, interface_address=nil, multicast_interface=0) public

Creates a socket at address

If address is multicast address then interface_address and multicast_interface can be set as optional.

A created socket is bound to interface_address. If you use IPv4 multicast then the interface of interface_address is used as the inbound interface. If interface_address is omitted or nil then ‘0.0.0.0’ or ‘::1’ is used.

If you use IPv6 multicast then multicast_interface is used as the inbound interface. multicast_interface is a network interface index. If multicast_interface is omitted then 0 (default interface) is used.

Show source
Register or log in to add new notes.