Clark Boylan ca733f3e07 Prefer ipv6 for listen addrs if available
If the listen address allows for ipv4 or ipv6 values we want to prefer
ipv6 if the host is configured with working ivp6. We add the ai_flag
AF_ADDRCONFIG to filter out ipv6 (and ipv4) if the host isn't configure
for this AF_INET version. Then we sort based on the family to prefer
ipv6 over ipv4.

The reason for this is clients will prefer ipv6 before falling back to
ipv4 when attempting to connect to a hostname. If the server isn't
listening on ipv6 this makes new connections happen slowly.

Change-Id: I9f7a235b04068856c6cceeb2c230f3b56945572e
2018-10-19 14:33:37 -07:00
2013-04-08 12:31:53 -04:00
2013-04-05 18:53:07 +00:00
2013-06-05 15:07:36 -07:00
2013-04-05 12:58:12 -07:00
2013-04-08 12:31:53 -04:00
2013-04-08 12:31:53 -04:00
2017-03-01 18:32:58 +00:00
2018-04-13 19:37:27 -04:00
2016-11-08 23:00:38 +00:00

python-gear

A pure-Python asynchronous library to interface with Gearman.

Description
Pure-Python asynchronous interface to Gearman
Readme 1.9 MiB
Languages
Python 99.5%
Dockerfile 0.5%