libuv
libuv copied to clipboard
win: optimize udp receive performance
https://github.com/libuv/libuv/issues/3704
Do at most 32 nonblocking udp receive in a row.
Should this change go to v1.x ?
@bnoordhuis It would be appreciated that if you could move this PR forward.
@bnoordhuis @vtjnash Would you mind helping land this PR?
I was about to merge it but I see you're targeting the master branch. If you want to see it in the next release, can you target the v1.x branch instead?
Merged in #3807.