Hi,
> May be the patch for Sloppy TCP mode should be
> extended to assume that old state is sSR if packet that
> creates the connection has no RST flag. This will allow
> connection to enter sES state if need, it will not stay
> always in sCL state.
I'll have to read the code a bit more to completely understand that, but
it seems to make sense!
> As for the initial check, it should be:
> if ((sysctl_sloppy_tcp(net_ipvs(net)) || th->syn) &&
> + !th->rst &&
Make sense.
> Also, one can enable Sloppy TCP mode for short
> time during switchover, it should be safer to run with
> disabled mode.
The problem is that switchover won't necessarily be controlled if a
server fails.
Alex
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|