home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / comms / a / freenet / !FreeUser_Files_Config < prev    next >
Encoding:
Text File  |  1995-04-26  |  713 b   |  63 lines

  1. #
  2. # ARP options
  3. #
  4. arp timeout 20
  5.  
  6. #
  7. # IP options
  8. #
  9. ip forwarding off
  10. ip directedbroadcast off
  11. ip localsubnets off
  12. ip ttl 64
  13.  
  14. #
  15. # TCP options
  16. #
  17. tcp ttl 60
  18. tcp minrto 20
  19. tcp maxrto 6000
  20. tcp minmss 32
  21. tcp maxmss 65495
  22. tcp defaultmss 536
  23. tcp timeout 75
  24. tcp keeptimeout 120
  25. tcp keepprobes 8
  26. tcp keepinterval 75
  27. tcp sendbuf 4096
  28. tcp receivebuf 4096
  29.  
  30. #
  31. # UDP options
  32. #
  33. udp ttl 60
  34. udp sendbuf 8192
  35. udp receivebuf 20480
  36.  
  37. #
  38. # Packet buffer options
  39. #
  40. buffers small 128
  41. buffers large 64
  42.  
  43. #
  44. # BSD emulation options
  45. #
  46. bsd version 44
  47.  
  48. #
  49. # Packet tracing options
  50. #
  51. trace file adfs::HardDisc.$.Trace
  52.  
  53. #
  54. # Debugging options
  55. #
  56. debug file adfs::HardDisc.$.Debug
  57. debug state off
  58.  
  59. #
  60. # Logging options
  61. #
  62. log file <FreeUser$Dir>.LogFile
  63.