diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lbdecision.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |