Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!ftp.UUCP!jbvb From: jbvb@ftp.UUCP (James Van Bokkelen) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: MIT/CMU PCIP and multi-connection TCP Message-ID: <8801081842.AA15049@spdcc.COM> Date: 8 Jan 88 18:09:58 GMT References: <308530.880108.PAP4@AI.AI.MIT.EDU> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 Maybe 25% of the TCP you have is usable. The ring buffer *has* to go, but the single fixed transmit buffer can stay, unless you want it to go fast. Keep in mind that what you have was designed for Telnet, and does not work particularly well in even LPR, which sends much more data that it receives. You need a 4K window if you want to get good speed out of high-quality network interfaces. Single-buffered interfaces like the 3C501 actually benefit from a smaller window (1 packet worth). jbvb