TCP/IP Timeout

2003-06-17 Thread Richard Worwood
Does anyone know how I can manually set the tcp timeout ? Thanks in advance Richard Worwood, TDB Networks 4 High Street, Twyford, Berkshire RG10 9AE Office: +44 (0) 118 934 0056 Mobile: +44 (0) 7771 662880 Email: [EMAIL PROTECTED] Web:

Re: TCP/IP Timeout

2003-06-17 Thread Jerome Dsilva
I suppose it is /proc/sys/net/ipv4/tcp_fin_timeout . You can put the new value in /etc/rc.d/rc.local as echo new value /proc/sys/net/ipv4/tcp_fine_timeout so that it can have that vaue at boot time. You can also look at /usr/src/linux/net/ipv4.. There are c files that specify the timeout period