home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13452 < prev    next >
Encoding:
Text File  |  1992-08-22  |  1.5 KB  |  40 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!sarto!jhpb
  3. From: jhpb@sarto.budd-lake.nj.us (Joseph H. Buehler)
  4. Subject: setting UUCP g protocol parameters under ESIX SVR4.0.3
  5. Message-ID: <JHPB.92Aug22174138@sarto.budd-lake.nj.us>
  6. Sender: jhpb@sarto.budd-lake.nj.us (Joseph H Buehler)
  7. Organization: none
  8. Date: Sat, 22 Aug 1992 22:41:38 GMT
  9. Lines: 29
  10.  
  11. The protocol parameters for the UUCP g protocol under ESIX SVR4.0.3
  12. can sort of be set using /usr/lib/uucp/Config.  The "sort of" is
  13. because you can only set the window size, not the packet size.
  14. There's a bug in uucico; if you change the packet size to be greater
  15. than 64 bytes uucico gets all out of sync and that's the end of that.
  16.  
  17. To increase the g protocol window size, add something like this to
  18. /usr/lib/uucp/Config:
  19.  
  20. Protocol=G(7,512)g(7,64)
  21.  
  22. (This example sets both the G and the g protocol.  G protocol is an
  23. SVR4ism, I believe.)
  24.  
  25. In /usr/lib/uucp/Systems, add the protocols you want in the 3rd field
  26. of the appropriate host entries:
  27.  
  28. somehost Any ACU,Gg etc....
  29.  
  30. The window should now be 7 on uucp g (or G) connects to "somehost".  I
  31. used truss(1) on uucico to look at the protocol, and it does indeed
  32. negotiate a window size of 7.
  33.  
  34. The throughput seems to have increased, as expected, though it's hard
  35. to be sure -- the "error correction" light keeps flashing on my modem,
  36. so I think I am getting some bad phone connections.
  37.  
  38. Too bad the packet size can't be set, that would probably provide a
  39. more significant performance increase.
  40.