home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpip204 / TCPIP_Doc / History / New_13x next >
Text File  |  1994-06-26  |  3KB  |  108 lines

  1. Well, it is about twice as fast at news gathering. I'm regularly getting
  2. 1500cps on my overnight news call to Demon!
  3.  
  4. [1.31B] Make that 2200cps now! :-)
  5.  
  6. [1.31B] Fixed the various time problems. All times should now be GMT...
  7. It will get us through to October at any rate!
  8.  
  9. I haven't touched the terminal emulation, except to remove the filter
  10. which was killing <CR>s.
  11.  
  12. [1.31B] I've probably found what was giving Telnet a double echo, but
  13. this hasn't been tested.
  14.  
  15. [1.31B] Fixed the AX25 sessions to work again!
  16.  
  17. *** THIS VERSION DOES NOT FETCH NEWS BY NUMBER AT ALL!!!! ***
  18. Put all your newsgroups in DemGroup, DemNGroup is ignored.
  19.  
  20. I think I've fixed all the zero page accessing, I can quite happily run
  21. with page zero write protected now, although I occasionally get a
  22. strange error if I try to do a hop check...
  23.  
  24. The main window now echos the commands from Config, Autoexec or dragged
  25. in files as they are processed
  26.  
  27. [By Adam]
  28. Dragging a file to the main window treats it as if it was a set of
  29. commands.
  30.  
  31. [By Adam]
  32.     "    "   "   " an ftp window does a "put <filename>"
  33.  
  34. Changed commands
  35. ----------------
  36.  
  37. [By Geoff]
  38. hash <number>
  39. If number == 1 then a count of the transfer is kept rather than using
  40. hashes
  41.  
  42. New commands
  43. ------------
  44.  
  45. nntp direct [<on|off>]
  46. Default is off, when on saves incoming news direct to DemNews rather
  47. than going via a temporary file. Interestingly, there seems to be
  48. practically no difference in throughput between turning direct saving on
  49. and using a !Scrap on a RAM disc.
  50.  
  51. nntp batch [number]
  52. Causes the NNTP to ask ahead for articles so as one is being sent the
  53. next is already in the queue and the one after is being looked for.
  54. Default is 4, maximum is 16. I haven't done extensive testing to see
  55. what is best, but 8 seems to be good.
  56.  
  57. hop
  58. *** This is flakey ***
  59. Due to the processor bandwidth claimed by TCPIP (98% last time I ran
  60. !Useage on it, and that included !Useage itself with most of the rest of
  61. the 2%!) this doesn't exactly work well if anything else (like news) is
  62. happening as well, but...
  63.  
  64. hop check <hostname|ip address>
  65. Carries out a route check to the given site, usually.
  66.  
  67. hop maxttl [<number>]
  68. Set (or read) the maximum ttl for the trace packets
  69.  
  70. hop maxwait [<number>]
  71. Set the maximum wait time before declaring a trace packet dead
  72.  
  73. hop queries [<number>]
  74. Number of times to try each intermediate site
  75.  
  76. WIBNIs from me include reverse name serving, ie send an ip address and
  77. get back the site name
  78.  
  79. I've recieved a new file from Thomas Aeby which isn't included here yet.
  80. Basically it allows you to use external programs over a Telnet
  81. connection! Thomas now has a Demon account but calls it over the net
  82. which saves phone calls from Switzerland. He runs two copies of TCPIP,
  83. one connected locally, the other connected over the net... Unfortunately
  84. he wrote it for the older TCPIP and I want to try to understand it
  85. before updating it and adding it into the main release.
  86.  
  87. One new command, "credits", shows you who is to blame. I'm sure it
  88. misses people out, so shout if you should be there!
  89.  
  90. New ability, you can run different configurations by adding the Config
  91. and AutoExec leaf names to the command line, eg...
  92.  
  93. *Run <TCPIP$Dir>.!RunImage
  94.  
  95. is now equivalent to...
  96.  
  97. *Run <TCPIP$Dir>.!RunImage Config AutoExec
  98.  
  99. Config and Autoexec remain the default names used. For radio use I also
  100. have...
  101.  
  102. *Run <TCPIP$Dir>.!RunImage ConfigTNC AutoTNC
  103.  
  104. Which fires me up configured for amateur radio AX25 use...
  105.  
  106. Anthony
  107. -------
  108.