MAJOR: peers: peers protocol version 2.0
authorEmeric Brun <ebrun@haproxy.com>
Tue, 12 May 2015 16:49:09 +0000 (18:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 May 2015 13:50:33 +0000 (15:50 +0200)
commitb3971ab062e8035a244af4cd9a031651ff752ebf
tree5ddc244991360afb724632a5201dded136128d87
parentb8cdf52da05a37994596191a459e396c28c5a8e0
MAJOR: peers: peers protocol version 2.0

This patch does'nt add any new feature: the functional behavior
is the same than version 1.0.

Technical differences:

In this version all updates on different stick tables are
multiplexed on the same tcp session. There is only one established
tcp session per peer whereas in first version there was one established
tcp session per peer and per stick table.

Messages format was reviewed to be more evolutive and to support
further types of data exchange such as SSL sessions or other sticktable's
data types (currently only the sticktable's server id is supported).
include/proto/peers.h
include/types/peers.h
src/cfgparse.c
src/peers.c