History log of /libuv/test/test-tcp-reuseport.c (Results 1 – 3 of 3)
Revision Date Author Comments
# ba24986f 20-Jun-2024 Andy Pan

unix: support SO_REUSEPORT with load balancing for UDP (#4419)

Signed-off-by: Andy Pan <i@andypan.me>


# 1ee10634 30-May-2024 Andy Pan

test: fix the flaky test-tcp-reuseport

Start connecting to the peers after all threads
to poll for accepting connections.

Ref: #4407


# d2d92b74 21-May-2024 Andy Pan

unix: support SO_REUSEPORT with load balancing for TCP