LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[ANNOUNCE] ipvs 1.1.2

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [ANNOUNCE] ipvs 1.1.2
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Thu, 19 Dec 2002 17:07:00 +0800 (CST)
Hi,

The ipvs 1.1.2 tar ball is available on the LVS website. It can work with 
the Linux kernel 2.5.52. The ChangeLog is as follows:


IP Virtual Server Netfilter module - Version 1.1.2 - December 19, 2002

Changes:
        * Changed to set the maximum length of connection synchronization
        message according to the MTU of specified multicast interface.

        * Changed the sysctl variable sync_threshold to have two
        values. The first value is the minimum number of packets that a
        connection needs to receive before it will be synchronized. The
        second value is the number of packets received each time to
        synchronize a connection. To be more accurate, when the condition
        (received_packet_number % sync_threshold[1] == sync_threshold[0])
        is satisfied, the connection will be synchronized right now.

        * Updated Makefile for the Linux kernel 2.5.52.

        Note: the module-init-tools-0.9.4.tar.gz or later is needed to
        load kernel modules.


As always, bugreports, fixes, comments and suggestions are welcome.

Thanks,

Wensong



<Prev in Thread] Current Thread [Next in Thread>
  • [ANNOUNCE] ipvs 1.1.2, Wensong Zhang <=