celluloid / celluloid-io

UNMAINTAINED: See celluloid/celluloid#779 - Evented sockets for Celluloid actors
https://celluloid.io
MIT License
879 stars 93 forks source link

UDPSocket missing constructor parameter #78

Closed yanosz closed 10 years ago

yanosz commented 11 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. :-/

tarcieri commented 11 years ago

Seems like an oversight. PRs gladly accepted! ;) Otherwise it will probably get fixed eventually

halorgium commented 10 years ago

Done!