]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key
authorWilly Tarreau <wtarreau@exceliance.fr>
Thu, 30 Aug 2012 20:59:48 +0000 (22:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:34 +0000 (20:47 +0200)
commit64ee491309f4ae87c08b712f339ff8c2d04d1fd9
tree476e98b9eb53c036824a3d1f6c3d664b1d2b7a7f
parent14f8e86da51c2be50d4920ca274ea4cb8e46d315
MINOR: tcp: replace tcp_src_to_stktable_key with addr_to_stktable_key

Make it more obvious that this function does not depend on any knowledge
of the session. This is important to plan for TCP rules that can run on
connection without any initialized session yet.
include/proto/proto_tcp.h
src/proto_tcp.c
src/session.c