aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
diff options
context:
space:
mode:
authorXiaotian Feng <dfeng@redhat.com>2009-12-14 16:38:21 +0100
committerPatrick McHardy <kaber@trash.net>2009-12-14 16:38:21 +0100
commit9abfe315de96aa5c9878b2f627542bc54901c6e9 (patch)
tree2526c6e877437a0949dd4707f5ae1b6d398a9f5d /include/net/ipv6.h
parent7a92263705435d046d37a0990d0edfcb517f7ad3 (diff)
downloadkernel_samsung_smdk4412-9abfe315de96aa5c9878b2f627542bc54901c6e9.zip
kernel_samsung_smdk4412-9abfe315de96aa5c9878b2f627542bc54901c6e9.tar.gz
kernel_samsung_smdk4412-9abfe315de96aa5c9878b2f627542bc54901c6e9.tar.bz2
ipvs: fix synchronization on connection close
commit 9d3a0de makes slaves expire as they would do on the master with much shorter timeouts. But it introduces another problem: When we close a connection, on master server the connection became CLOSE_WAIT/TIME_WAIT, it was synced to slaves, but if master is finished within it's timeouts (CLOSE), it will not be synced to slaves. Then slaves will be kept on CLOSE_WAIT/TIME_WAIT until timeout reaches. Thus we should also sync with CLOSE. Cc: Wensong Zhang <wensong@linux-vs.org> Cc: Simon Horman <horms@verge.net.au> Cc: Julian Anastasov <ja@ssi.bg> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Xiaotian Feng <dfeng@redhat.com> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/net/ipv6.h')
0 files changed, 0 insertions, 0 deletions