djberg96 / gmail.com wrote: > How about just :block ? > > a.accept(block: false) > a.accept_nonblock(block: true) I don't think that helps convey it affects the newly-accepted socket, not the socket performing the accept. Perhaps :sock_nonblock is better, at least it maps to SOCK_NONBLOCK in Linux.