Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!BBN.COM!clynn From: clynn@BBN.COM (Charles Lynn) Newsgroups: comp.protocols.tcp-ip Subject: Re: TELNET Buffering Woes Message-ID: <8905021349.AA00489@ucbvax.Berkeley.EDU> Date: 2 May 89 12:53:54 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 8 There are sugestions in the soon-to-be Host Requirements RFC which deal with this problem. Another technique which was implemented in a telnet server was to provide a hook so that TCP knew the baud rate of the user's terminal. I.e., when the user said something like "terminal speed 9600", the telnet server was notified by the OS, and in turn notified TCP. TCP then generated packets (er.. "segments") at the "right" rate. Maybe such techniques are now covered by "slow start".