home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HAMRADIO / TCP90145.ZIP / TCP90145.TXT
Encoding:
Text File  |  1990-09-28  |  7.9 KB  |  222 lines

  1. TCP-Group Digest            Sat, 22 Sep 90       Volume 90 : Issue 145
  2.  
  3. Today's Topics:
  4.                     Automatic vs. Manual routing 
  5.                  For *real* network weenies only ...
  6.                      manual vs. automatic routes
  7.                      Problems with compiling NOS
  8.                      Problems with Unix V and NOS
  9.                        RTX-2000 help and thanks
  10.                    Terminal Emulation in G1EMM NOS
  11.                       Update on NOS from PA0GRI
  12.  
  13. Send Replies or notes for publication to: <TCP-Group@UCSD.Edu>.
  14. Subscription requests to <TCP-Group-REQUEST@UCSD.Edu>.
  15. Problems you can't solve otherwise to brian@ucsd.edu.
  16.  
  17. Archives of past issues of the TCP-Group Digest are available
  18. (by FTP only) from UCSD.Edu in directory "mailarchives".
  19. ----------------------------------------------------------------------
  20.  
  21. Date: Fri, 21 Sep 90 09:03:40 -0700
  22. From: "Milo S. Medin" (NASA ARC NSI Project Office) <medin@nsipo.nasa.gov>
  23. Subject: Automatic vs. Manual routing 
  24. To: Brian Lloyd <brian@robin.telebit.COM>
  25.  
  26. Brian, SPF protocols do in general have the features you mentioned, but they
  27. are extremely complicated and hard to get right.  Furthermore, in the
  28. radio environment where links are going up and down all the time, you
  29. may see even more traffic than the usual distance vector case unless
  30. specific action is taken to suppress this.  Though a lot of things have
  31. to to be flapping to exibit this behavior.
  32.  
  33.                         Thanks,
  34.                            Milo
  35.  
  36. PS I'm pretty much pro-SPF in terms of the way I look at routing protocols,
  37. but they aren't a panacea...
  38.  
  39. ------------------------------
  40.  
  41. Date: 21 Sep 90 19:36 -0700
  42. From: Doug Collinge VE7GNU <djc@samisen@uvicctr.uvic.ca>
  43. Subject: For *real* network weenies only ...
  44. To: tcp-group@ucsd.edu
  45.  
  46. >X-Mailer: Mush 6.5.6 (PC R6.3 22-Sep-89)
  47.  
  48. Given a CSMA channel with:
  49. a) fixed packet length Tp;
  50. b) random delay, t, from channel available until a transmitter commits
  51.    to transmit Poisson distributed with persistence parameter u;
  52. c) fixed delay, Td, from commitment to transmit until the other stations
  53.    are aware of the transmission;
  54. d) channel loaded such that there are always exactly n stations wanting
  55.    to transmit whenever the channel comes available.
  56.  
  57. What is the value of u as a function of Tp, Td, and n that will optimize the
  58. channel throughput given that a station A will jump on station B if A decides
  59. to transmit during B's Td delay?
  60.  
  61. This sounds tractable; probably the realworld case with variable packet
  62. length (with some bizarre distribution, no doubt) and variable channel
  63. loading is not.
  64.  
  65. What difference does CSMA/CD make?
  66.  
  67. What is your favourite network book I can look it up in?
  68.  
  69. doug
  70.  
  71.  
  72.  
  73. -- 
  74. /\/\/\/\/\/
  75. Doug Collinge,    first try: collinge@uvicctr.uvic.ca
  76.         then try:  samisen!djc@uvicctr.uvic.ca
  77. VE7GNU        VE7GNU@VE7GNU.#VIC.BC.CAN.NA
  78.         Victoria, BC, Canada
  79.  
  80. ------------------------------
  81.  
  82. Date: Fri, 21 Sep 90 09:25:33 CDT
  83. From: mwester@sunbird.Central.Sun.COM (Mike Westerhof SE Chicago Metro)
  84. Subject: manual vs. automatic routes
  85. To: tcp-group@ucsd.edu
  86.  
  87. ----- Begin Included Message -----
  88.  
  89. >From gil@w9bub Thu Sep 20 21:36:03 1990
  90. Reply-To: gil@w9bub
  91. Subject: manual vs. automatic routes
  92.  
  93. "Where's the window in the capsule?"
  94. "Why a window. You're only a passenger."
  95. "Put the window in.  We're the pilots not passengers."
  96.  
  97.                --from  THE RIGHT STUFF
  98.  
  99.                        Gil
  100.  
  101. ----- End Included Message -----
  102.  
  103. ------------------------------
  104.  
  105. Date: Fri, 21 Sep 90 8:58:16 CDT
  106. From: brainiac!jrc (Jeffrey Comstock)
  107. Subject: Problems with compiling NOS
  108. To: shamash!ucsd.edu!tcp-group@umn-cs.cs.umn.edu
  109.  
  110. > I 'm having trouble trying to compile the 0828 version of NOS.  It seems
  111. > that some header files aren't being included in the source and I constantly
  112. > get undefined structures.  I've had this problem with every version of NOS
  113. > I've tryed to compile.  Am I missing some crucial file that needs to be
  114. > present?  Is there anything that I need to set in TURBOC.CFG?  
  115. > Any help would be appreciated,
  116. > Bill Brown
  117. > University of Central Florida Computer Services
  118. > Internet: brown%ucf-fs200@langate.cc.ucf.edu
  119. > BITNET: BROWN@UCF1VM.BITNET
  120.  
  121. If you end up with net.exe after the linker runs, everything is ok.  All
  122. those messages are just warnings.  I don't have my manual handy right now,
  123. but you can put 2 switches in CFLAGS to make most of them stop from 
  124. printing.  It seems one was -w-par.  The source for KA9Q 900828 yields an
  125. executable here,  so the source archive on thumper is ok.
  126.  
  127. Jeff
  128.  
  129. ------------------------------
  130.  
  131. Date: Fri, 21 Sep 90 17:30 MDT
  132. From: taten@syskga.se (Bosse Strinnholm)
  133. Subject: Problems with Unix V and NOS
  134. To: tcp-group@ucsd.edu
  135.  
  136. I 'm having trouble trying to run the 0714 version of NOS under 
  137. Unix SysV.3 (386/ix) on a 386-SX machine. 
  138. It seems to commit suicide after just some few minutes.
  139. I'm using SM0RGV(Anders Klemets) Unix-porting-kit.
  140.  
  141. Any help would be appreciated,
  142. Bosse Strinnholm
  143. Systemering Inc., Karlskoga, Sweden
  144. taten@syskga.se
  145. SM4TMD @ SM4TFE
  146.  
  147. ------------------------------
  148.  
  149. Date: Fri, 21 Sep 90 12:31:45 EDT
  150. From: idacrd!mac@uunet.UU.NET (Robert McGwier)
  151. Subject: RTX-2000 help and thanks
  152. To: tcp-group@ucsd.edu
  153.  
  154. Howdy:
  155.  
  156. Recently I place a call for help in getting development tools for the Harris
  157. RTX-2000.  As I told you later, the response was great and I wish to
  158. thank one in particular.  Tom Sefranek, WA1RHP, has made an indefinite
  159. loan of his RTXDS and development tools to AMSAT for the development of code
  160. for this engine.  The RTX-2000 wil fly soon on RS-14 (RO-21 after launch)
  161. and on Phase III-D (the follow on to Oscar 13).  AMSAT-NA, AMSAT-DL, and
  162. well all of us thank Tom for this kind loan.
  163.  
  164. Bob McGwier
  165. <N4HY>
  166.  
  167. ------------------------------
  168.  
  169. Date: Fri, 21 Sep 90 9:04:26 CDT
  170. From: brainiac!jrc (Jeffrey Comstock)
  171. Subject: Terminal Emulation in G1EMM NOS
  172. To: shamash!ucsd.edu!tcp-group@umn-cs.cs.umn.edu
  173.  
  174. Right now, the best you can do is change things on the Sun.  Change your
  175. environment to think you have a dumb term.  For the cshell, try this:
  176.  
  177. setenv TERM dumb
  178. set term=dumb
  179.  
  180. This will not put you in full screen mode on vi, but it won't make your
  181. video go off the deep end either.
  182.  
  183. Jeff
  184.  
  185. ------------------------------
  186.  
  187. Date: Fri, 21 Sep 90  09:11:50 CDT
  188. From: gvdg%CDCCENTR.BITNET@CUNYVM.CUNY.EDU
  189. Subject: Update on NOS from PA0GRI
  190. To: tcp-group@ucsd.edu
  191.  
  192. Hello All,
  193. Sorry , i will miss al the cnc funn, i come a week late to the USA.
  194. I will be in Minneapolis from sept 29 till nov 2nd and from nov 2nd
  195. till nov 4rth in Baltimore. (company paid vacation trip. (last part))
  196. I also came back from vacation and got Phil's 0828 nos over.
  197. I intergated on what Phil has done and also added Anders rspf and forth bits.
  198. I added some #ifdefs and it realy stayes out if forth or rspf are undeffed
  199. in config.h . I also added a check in rspf.c routine dointerface to check
  200. that interface->broadcast is set to something else than its default zero.
  201. That also seems to be the ARP problem (gateway == 0 && broadcast ==0) in arp.c
  202. I added some #includes for type declarations.
  203. The forth part is realy messy (sorry to put it that way). docolon releases
  204. garbage after a second fcompile call. Cleaning the freed fc-> moves the
  205. garbage release after the quit but now more than one docolon can be done.
  206. Guess the pc memory is not clear(ed) enough.
  207. Anyway i uploaded nose0828.zip and noss0828.zip onto thumper and Phil will
  208. undoubtly move it to the pa0gri directory. Sorry that i left some unsigned
  209. creatures (bugs) in 0819 version (phil , please remove).
  210. I added some rspf and forth dock in usernos but am not complete yet.
  211. ps: anders : in doload() if unable to load message change &s into %s.
  212. ps: phil: in ftpcli change the s% back into %s please.
  213. Regards, Gerard.
  214.  
  215. ------------------------------
  216.  
  217. End of TCP-Group Digest
  218. ******************************
  219.