alibaba / LVS

A distribution of Linux Virtual Server with some advanced features. It introduces a new packet forwarding method - FULLNAT other than NAT/Tunneling/DirectRouting, and defense mechanism against synflooding attack - SYNPROXY.
2k stars 682 forks source link

lvs调度器针对大流量问题 #32

Closed Neef6 closed 6 years ago

Neef6 commented 6 years ago

lvs修改的是请求的mac地址。 为什么不是在tcp三次握手的时候,实现client到realserver的确认连接 这样流量就不需要走调度器了 解决了请求多大流量,调度器网卡的瓶颈?