阅读:858回复:0
为什么负载均衡功能不好用?求救
我用DriverStudio向导生成了filter型中间驱动选择了LBFO支持
在OnSend中把 KNdisFilterAdapter* pSecondary = GetBundleAdapter(1); 改成了 iSendIndex=~iSendIndex; KNdisFilterAdapter* pSecondary = GetBundleAdapter(iSendIndex); 注:我的机器上有2个网卡,iSendIndex是xxAdapter类中定义的public:static int成员变量,初始化为0 编译安装完成后,为什么并不能实现负载均衡?在一段时间内只有一个网卡工作。 小弟新手,请大家赐教,谢谢,系统只允许我给20分,大家看心意吧 [编辑 - 12/19/04 by MusingBoy] [编辑 - 12/19/04 by MusingBoy] |
|