# Memory to be reserved. This is for ALL of TCP's internal memory # requirements, except the space to store the config file. # This includes all input queues, output queues, DNS cache, etc... # It must be large enough to cope, plus a bit extra for luck :-) # If unset, defaults to 50000 bytes. # ALLOCMEM = 300000 # # # Set Modem 2 for Falcons and Mega STEs or TTs on the SCC port. # Set Modem 1 for anything below Mega STE. # SERIALPORT = Modem 2 # # # CDVALID Set this variable to FALSE if your modem doesn't assert # Carrier Detect properly. CDVALID = TRUE # # # The name of the dial script file to use. # Leave this as is. # DIALFILE = dial.scr # # TCP paramaters. Don't change without advice from a TCP freak :-) # If left unset, they default to hardcoded (sensible) values. # TTL = 64 PING_TTL = 255 MTU = 1352 RCV_WND = 2048 # # # Response to incoming TCP packets to unknown ports # 0 = default (3 = send ICMP) # 1 = ignore # 2 = send TCP RST # 3 = send ICMP `unknown port' response # # 3 is the `correct' response, but when connecting to an IRC server # it attempts to contact your identd on port 113. If it thinks you # don't have identd, it will most probably reset your IRC session. # Until I have written an identd, response 1 or 2 should fool at least # some of the servers. # Leave this as 2 # UP_RESPONSE = 2 # # Your username and hostname. # # HOSTNAME is zetnet.co.uk # # USERNAME is the bit before the @ in your email address # # FULLNAME is pretty obvious, right? # USERNAME = dhend HOSTNAME = zetnet.co.uk FULLNAME = David Henderson Zetnet Support # # # The NAMESERVER (ie: DNS or Domain Name Server) *must* be set, # preferably to a nameserver that your provider recommends. # # Leave this one - it's Zetnet's. # NAMESERVER = 194.247.47.47 #