Use the IP_FREEBIND socket option, if defined
authorFabian Keil <fk@fabiankeil.de>
Mon, 18 Nov 2019 10:54:17 +0000 (11:54 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 18 Nov 2019 11:20:57 +0000 (12:20 +0100)
commitc4b124f7edbeab50338f8a311de0be1eb044a7cf
tree2e83ce05d5f820eb79c9f18a8eb6d44e0ed7271e
parent9ecf2fa12bdcd5399bfcb110e2071cb27dd75448
Use the IP_FREEBIND socket option, if defined

This allows Privoxy to bind to not-yet assigned IP addresses
which is useful in failover environments.

Patch by Sam Varshavchik.
jbsockets.c