home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / tcpip / 4272 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.9 KB  |  49 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!odda.er.sintef.no!oak
  3. From: oak@odda.er.sintef.no (Olav Kvittem)
  4. Subject: Dynamically setting the TCP window is hard ?
  5. Message-ID: <1992Sep2.211354.24018@ugle.unit.no>
  6. Keywords: TCP window 
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Organization: SINTEF, Trondheim, Norway.
  9. Date: Wed, 2 Sep 92 21:13:54 GMT
  10. Lines: 37
  11.  
  12. Hello,
  13.  
  14. I want to set the TCP window selectively for high performance  sessions on a high
  15. bandwith*delay network.  
  16.  
  17. I have tried to set the max windowsize for TCP on BSD-type systems with the
  18. setsockopt( SO_RCVBUF ). That means setting the TCP internal receive buffer.  By
  19. this TCP hopefully will announce its entire buffer to the peer TCP.  This works
  20. well with SunOs 4.1.1/2, Cray/Unicos v6.013 and HP/UX systems, but  DECstation
  21. 5000 Ultrix v4.2 does not announce a higher window than 32K on the initial SYN
  22. response on a TCP connection setup even if the buffersize is confirmed to be set
  23. higher by getsockopt.  
  24.  
  25. What is the actual mechanism for TCP to determine max inital receive window
  26. size and for me to influence it ?
  27.  
  28. Common to all systems above except Unicos is that they does not accept a higher 
  29. buffersize than about 50K - why is that ?
  30.  
  31. I guess that you can generate a kernel with fixed TCP buffersize larger than
  32. 50K. Then all TCP session for that system would have let say 64K window. Would that be more harmful to slow speed, normal delay , 64Kbps, networks than a 4K window ?
  33.  
  34. Regards
  35.   Olav
  36.  
  37. -- 
  38.    Olav Kvittem : SINTEF
  39.  
  40.       RFC Address     Olav.Kvittem@delab.sintef.no
  41.       OR Address      C=no;ADMD=" ";PRMD=uninett;
  42.                       O=sintef;OU=delab;S=Kvittem;G=Olav
  43.       Postal Address  SINTEF DELAB
  44.                       N-7034 Trondheim
  45.       Phone           +47-7-532586(FAX)
  46.       Phone           +47-7-596981
  47.       Description     Research Scientist  -  Communication Networks
  48.  
  49.