On Wed, Apr 07, 2010 at 01:09:44PM +0800, Henry wrote:
> Simon:
>
>
>
> What is an example command to set the timeout of UDP connection? I am trying
> to set a low timeout for SIP UDP packets. And am I able to control the UDP
> timeout parameter from "ldirectord" instead of doing it with ipvsadm
> command?
I believe that you want to use
ipvsadm --set TCP tcpfin udp
--set tcp tcpfin udp
Change the timeout values used for IPVS connections. This command
always takes 3 parameters, representing the timeout values
(in seconds) for TCP sessions, TCP sessions after receiving a FIN
packet, and UDP packets, respectively. A timeout value 0 means
that the current timeout value of the corresponding entry is
preserved.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems