home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / 3874 < prev    next >
Encoding:
Text File  |  1992-07-28  |  927 b   |  27 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!cs.utexas.edu!tamsun.tamu.edu!inetg1!nuntius
  3. From: Gary White <gwhite@arco.com>
  4. Subject: Re: satellite link file transfers
  5. Message-ID: <1992Jul28.223621.12550@Arco.COM>
  6. Sender: news@Arco.COM
  7. Organization: ARCO
  8. X-Useragent: Nuntius v1.1
  9. References: <1992Jul27.190345.22868@Arco.COM>
  10. Date: Tue, 28 Jul 1992 22:36:21 GMT
  11. Lines: 14
  12.  
  13. Well, it has turned out that we had two problems.  First, 
  14. some bridge and  router setup problems.  Secondly, the buffer 
  15. size for TCP/IP on the RS/6000 was too low by default.  RS/6000's 
  16. have a command "no" for network options that allows the 
  17. "tcp_sendspace" and "tcp_recvspace" settings to be adjusted;  
  18. changing from the default 16K to 56K improved performance
  19. from 25KBytes/s to 70KB/s.
  20.  
  21. There are still some things to check for better performance, 
  22. but this is a big step up from yesterday's 5KB/s.
  23.  
  24. Thanks to all who wrote in!!!
  25.  
  26. -Gary
  27.