commit | a4380b4f15be2768f0ada8ad89a3b987a2b90570 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Dec 08 22:49:11 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 09 10:05:37 2012 +0100 |
tree | f8e2171660920101ddd81fae4d302cc6ae1f253d | |
parent | ef9a36055511b14c0a072e5f817143eecade5cfd [diff] |
CLEANUP: proto_tcp: use the same code to bind servers and backends The tproxy and source binding code has now be factored out for servers and backends. A nice effect is that the code now supports having backends use source port ranges, though the config does not support it yet. This change has reduced the executable by around 700 bytes.