> You use select only for connect, but what about recv and send? They can also return EAGAIN with O_NONBLOCK flag. I needed to get the connect method working first off but I can add send and recv as well and add a make rule to implement blocking or non blocking. I'll probably tackle that next week. Thanks!