#----------------------------------------------------------------------------
# iptimeout.txt - Configuration for OPT_IPTIMEOUT
#----------------------------------------------------------------------------
# optional package iptimeout, used if OPT_IPTIMEOUT='yes'
#----------------------------------------------------------------------------
# (c) copyright 2004 by Frank Zavelberg
# see instructions for the licensing terms and conditions
# last modified 2006-02-23
# Version 0.1.4
#----------------------------------------------------------------------------
# Change: 23.02.2006 by Michael Wenger (for fli4l 3.0.0)
#----------------------------------------------------------------------------

OPT_IPTIMEOUT='no'                  # activate opt_iptimeout

IPTIMEOUT_TCP_ESTABLISHED='432000'  # timeout for tcp in "ESTABLISHED" state, in seconds
                                    # this value is especially interesting, since it
                                    # defaults to 5 days and can fill up the ip_conntrack
                                    # table quite good with dead connections, if you
                                    # utilize filesharing or other applications that
                                    # include lots of connections


# IPTIMEOUT_TCP_CLOSE='10'            # timeout for tcp in "CLOSE" state, in seconds
# IPTIMEOUT_TCP_CLOSE_WAIT='60'       # timeout for tcp in "CLOSE_WAIT" state, in seconds
# IPTIMEOUT_TCP_FIN_WAIT='120'        # timeout for tcp in "FIN_WAIT" state, in seconds
# IPTIMEOUT_TCP_LAST_ACK='30'         # timeout for tcp in "LAST_ACK" state, in seconds
# IPTIMEOUT_TCP_SYN_RECV='60'         # timeout for tcp in "SYN_RECV" state, in seconds
# IPTIMEOUT_TCP_SYN_SENT='120'        # timeout for tcp in "SYN_SENT" state, in seconds
# IPTIMEOUT_TCP_TIME_WAIT='120'       # timeout for tcp in "TIME_WAIT" state, in seconds
# IPTIMEOUT_UDP='30'                  # timeout for udp, in seconds
# IPTIMEOUT_UDP_STREAM='180'          # timeout for udp streaming, in seconds
