Lei Chen
Lei Chen
@icymoon How about your script to monitor `sa_pool` or other details ? is it easy to reproduce or not ? @ywc689 pls help to check the msg issue.
As discussed with @icymoon , to **reproduce it**: 1. test with 2G bps througput. 2. run `dpip addr show` with dead loop: `while [ true ]; dpip addr show; done...
配置文件完全一样么? 有么有更多的Log信息?
More details needed, is the packet forwarded to RS ? can you show `ipvsadm -ln` , `dpip addr show`, `dpip route show`. and try capture the packets on RS ?
After inbound packets forwarded to RS, outbound packets should get back to Client from RS directly. Outbound packets do not go through DPVS, RS should have route to Client or...
Tks @tiepnv-viosoft. It seems just need swap the sequence of target and source when build. And pls modify `Makefile.in` instead of `Makefile`, the later is auto generated. So that the...