LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[ANNOUNCE] ktcpvs 0.0.9

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [ANNOUNCE] ktcpvs 0.0.9
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Sun, 26 May 2002 22:35:12 +0800 (CST)
Hi,

The ktcpvs 0.0.9 tar ball is available on the LVS website. The ChangeLog
is as follows:

2002-05-26  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * tcp_vs.c (tcp_vs_relay_socket): two changes in the zero-copy
        sending and non zero-copying respectively.

        - In the zero-copying sending, added the code of destructing the
        skb from the source sock and set its owner to the dest sock. It
        seems that the sock parameters have been tuned correctly.

        - Added the code of continue sending the left data, if the
        skb_send_datagram_socket cannot send all the data as expected.

        * tcp_vs.h, tcp_vs_http.c (tcp_vs_http_schedule), tcp_vs_wlc.c
        (tcp_vs_wlc_schedule) and tcp_vs.c (tcp_vs_conn_handle): changed
        return type of the schedule method in the struct tcp_vs_scheduler
        from socket pointer to int, so that the return code can return
        more error codes.

        * tcp_vs.c (tcp_vs_child): changed to use NONBLOCK accept call.


Your bugreports, fixes, comments and suggestions are welcome.

Thanks,

Wensong



<Prev in Thread] Current Thread [Next in Thread>
  • [ANNOUNCE] ktcpvs 0.0.9, Wensong Zhang <=