unix: support SO_REUSEPORT with load balancing for UDP#4419
unix: support SO_REUSEPORT with load balancing for UDP#4419santigimeno merged 4 commits intolibuv:v1.xfrom
Conversation
|
/cc @saghul @santigimeno |
5bec9bc to
6ddb837
Compare
|
This CI failure should have been fixed by #4417 |
|
Kindly ping @saghul @santigimeno |
|
Merged the test update, can you pl rebase? |
Done! |
|
A test failure arose: , with which this PR should have nothing to do (hopefully (⊙ˍ⊙)) |
santigimeno
left a comment
There was a problem hiding this comment.
LGTM. Left a couple of comments.
|
Some comments on this? @saghul |
4220ed3 to
e680b8a
Compare
|
It seems like an irrelevant CI failure: Could you rerun the failed runner manually? @saghul |
Done. |
|
Great! All checks have passed! |
We need some more eyes. |
--------- Signed-off-by: Andy Pan <i@andypan.me>
|
Maybe @santigimeno wants to take another look at this? |
|
Ping @libuv/collaborators |
|
@santigimeno Could you take a quick look at the latest code changes? Thanks! |
santigimeno
left a comment
There was a problem hiding this comment.
LGTM with a couple of non-mandatory nits. Sorry it took this long getting to review this: was very busy. Thanks
--------- Signed-off-by: Andy Pan <i@andypan.me>
--------- Signed-off-by: Andy Pan <i@andypan.me>
--------- Signed-off-by: Andy Pan <i@andypan.me>
PR-URL: #55403 Refs: libuv/libuv#4419 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #55403 Refs: libuv/libuv#4419 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#55403 Refs: libuv/libuv#4419 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#55403 Refs: libuv/libuv#4419 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #55403 Refs: libuv/libuv#4419 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
UDP version of #4407