Linux Netfilter discussions
 help / color / mirror / Atom feed
* tcp & udp timeout hardcoding
@ 2003-11-17 14:42 xavier
  2003-11-17 16:30 ` Antony Stone
  2003-11-17 16:30 ` Eric Leblond
  0 siblings, 2 replies; 5+ messages in thread
From: xavier @ 2003-11-17 14:42 UTC (permalink / raw)
  To: netfilter-wool9L35kiczKOhml7GhPkB+6BGkLq7r



Hello,

I saw in the 2.4.22 kernel source : 

/usr/src/linux/net/ipv4/netfilter/ip_conntrack_proto_tcp.c
static unsigned long tcp_timeouts[]
= { 30 MINS,    /*      TCP_CONNTRACK_NONE,     */
    5 DAYS,     /*      TCP_CONNTRACK_ESTABLISHED,      */
    2 MINS,     /*      TCP_CONNTRACK_SYN_SENT, */
    60 SECS,    /*      TCP_CONNTRACK_SYN_RECV, */
    2 MINS,     /*      TCP_CONNTRACK_FIN_WAIT, */
    2 MINS,     /*      TCP_CONNTRACK_TIME_WAIT,        */
    10 SECS,    /*      TCP_CONNTRACK_CLOSE,    */
    60 SECS,    /*      TCP_CONNTRACK_CLOSE_WAIT,       */
    30 SECS,    /*      TCP_CONNTRACK_LAST_ACK, */
    2 MINS,     /*      TCP_CONNTRACK_LISTEN,   */
};


ip_conntrack_proto_udp.c
#define UDP_TIMEOUT (30*HZ)
#define UDP_STREAM_TIMEOUT (180*HZ)


Is there any plan to be able to set thoses values throught /proc ?

in some cases a 5 days timeout on tcp connexions may be too long...

thanks



-- 
xavier


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-11-17 18:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-17 14:42 tcp & udp timeout hardcoding xavier
2003-11-17 16:30 ` Antony Stone
2003-11-17 18:09   ` Ramin Dousti
2003-11-17 17:27     ` Antony Stone
2003-11-17 16:30 ` Eric Leblond

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox