celluloid / celluloid-io

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

Expose addr method from UDPSocket. #114

Closed nning closed 9 years ago

nning commented 9 years ago

This comes in handy for determining an initialized sockets address family, for example.

Asmod4n commented 9 years ago

Maybe a method_missing which dynamically generates methods could be used here?

tarcieri commented 9 years ago

@Asmod4n I've been trying to tackle these as they come to ensure the semantics are correct