Closed yanosz closed 10 years ago
Hello,
::UDPSocket.new([address_family]) => socket vs. Celluloid::IO::UDPSocket.new
By that, the address family cannot be specified up on creating Celluloid's UDP sockets and using IPv6 is not possible. :-/
Seems like an oversight. PRs gladly accepted! ;) Otherwise it will probably get fixed eventually
Done!
Hello,
::UDPSocket.new([address_family]) => socket vs. Celluloid::IO::UDPSocket.new
By that, the address family cannot be specified up on creating Celluloid's UDP sockets and using IPv6 is not possible. :-/