-
Notifications
You must be signed in to change notification settings - Fork 15
lep: create sockets early #5
Conversation
XXX-create-sockets-early.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest giving these more descriptive names, like uv_pipe_init_fd() or uv_pipe_init_from_fd().
|
LGTM, but I would say that of course. @piscisaureus I remember that you had some misgivings about switching to early init? |
|
@bnoordhuis pushed an update with the issues fixed, the suggested names sounded indeed better. |
|
LGTM, no comments. |
XXX-create-sockets-early.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should AF_WAT here read AF_WAIT or is it meant to hint that it's either AF_INET or AF_INET6 ? Might be better to just explicitly choose one here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll replace it with AF_??? or AF_UNSPEC to make it clearer.
73e3482 to
7446bb9
Compare
|
Update! |
7446bb9 to
d506df3
Compare
|
Accepted! |
No description provided.