Hi,
The IPVS v0.0.4 for kernel 2.4 is available for testing.
IP Virtual Server Netfilter module - Version 0.0.4 - July 30, 2000
Changes:
* Rusty tidy up the ipvs code during the Ottawa Linux Symposium
1) Fix `large ftp' bug: more precision in sequence delta.
2) Reorder struct ip_vs_conn to save some space.
3) Firewall marks must be `unsigned long' not __u32.
4) kfree_s changed to kfree
* Julian changed kmalloc connection allocation to slab cache
allocation. It's good for performance.
* Added the decreasement of the ip_vs_conn_no_cport_cnt if the
flag is set with IP_VS_CONN_F_NO_CPORT. It can avoid the wrong
counting when IP_VS_CONN_F_NO_CPORT connection entries are
expired or dropped.
Thanks,
Wensong
|