Searched hist:c6c96c188336b2b95d5f14facd101f1e4165a9d3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_proto_tcp.c | diff c6c96c188336b2b95d5f14facd101f1e4165a9d3 Thu Jun 13 02:56:15 CDT 2013 Alexander Frolkin <avf@eldamar.org.uk> ipvs: sloppy TCP and SCTP
This adds support for sloppy TCP and SCTP modes to IPVS.
When enabled (sysctls net.ipv4.vs.sloppy_tcp and net.ipv4.vs.sloppy_sctp), allows IPVS to create connection state on any packet, not just a TCP SYN (or SCTP INIT).
This allows connections to fail over from one IPVS director to another mid-flight.
Signed-off-by: Alexander Frolkin <avf@eldamar.org.uk> Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
|
H A D | ip_vs_proto_sctp.c | diff c6c96c188336b2b95d5f14facd101f1e4165a9d3 Thu Jun 13 02:56:15 CDT 2013 Alexander Frolkin <avf@eldamar.org.uk> ipvs: sloppy TCP and SCTP
This adds support for sloppy TCP and SCTP modes to IPVS.
When enabled (sysctls net.ipv4.vs.sloppy_tcp and net.ipv4.vs.sloppy_sctp), allows IPVS to create connection state on any packet, not just a TCP SYN (or SCTP INIT).
This allows connections to fail over from one IPVS director to another mid-flight.
Signed-off-by: Alexander Frolkin <avf@eldamar.org.uk> Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
|
H A D | ip_vs_ctl.c | diff c6c96c188336b2b95d5f14facd101f1e4165a9d3 Thu Jun 13 02:56:15 CDT 2013 Alexander Frolkin <avf@eldamar.org.uk> ipvs: sloppy TCP and SCTP
This adds support for sloppy TCP and SCTP modes to IPVS.
When enabled (sysctls net.ipv4.vs.sloppy_tcp and net.ipv4.vs.sloppy_sctp), allows IPVS to create connection state on any packet, not just a TCP SYN (or SCTP INIT).
This allows connections to fail over from one IPVS director to another mid-flight.
Signed-off-by: Alexander Frolkin <avf@eldamar.org.uk> Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
|
/openbmc/linux/include/net/ |
H A D | ip_vs.h | diff c6c96c188336b2b95d5f14facd101f1e4165a9d3 Thu Jun 13 02:56:15 CDT 2013 Alexander Frolkin <avf@eldamar.org.uk> ipvs: sloppy TCP and SCTP
This adds support for sloppy TCP and SCTP modes to IPVS.
When enabled (sysctls net.ipv4.vs.sloppy_tcp and net.ipv4.vs.sloppy_sctp), allows IPVS to create connection state on any packet, not just a TCP SYN (or SCTP INIT).
This allows connections to fail over from one IPVS director to another mid-flight.
Signed-off-by: Alexander Frolkin <avf@eldamar.org.uk> Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Simon Horman <horms@verge.net.au>
|