From c1e5c748aac314a2f0652393fbb9f8c079055106 Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 15 Jul 2009 16:51:01 -0700 Subject: fix for bug 4675. Throttle back the initial setting of nat rules during startup of wlb. Conflicts: src/lbdecision.cc --- src/lbdecision.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lbdecision.cc b/src/lbdecision.cc index 6e0a6d1..e902c82 100644 --- a/src/lbdecision.cc +++ b/src/lbdecision.cc @@ -173,6 +173,7 @@ if so then this stuff goes here! if (err == 0) { iter->second._address = new_addr; } + sleep(1); //when creating the first entry it appears that snat will kill an existing connection if multiple commands are issues too quickly } ++iter; } -- cgit v1.2.3