Patrik Lundin
c4b9bef3c5
Needed if taking over packets for a connection that was established via another node.
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
# Allow non-SYN packets to be accepted for a IPVS service.
|
|
# Needed if another l4lb has been taken down and routers are now sending us
|
|
# packets for existing connections that was previously handled by the other
|
|
# node.
|
|
net.ipv4.vs.sloppy_tcp=1
|