Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp so…
…ckets If you bind to a local address, you now only have approx 32k possible source ports to initiate connections. In modern days that can quickly run out. setting IP_BIND_ADDRESS_NO_PORT let's the kernel choose a port at connect time, increasing the limit of combinations to around a million.
- Loading branch information