Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!asylum.sf.ca.us!romkey From: romkey@asylum.sf.ca.us (John Romkey) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Fast ethernet card for PC Message-ID: <8907202244.AA05284@asylum.sf.ca.us> Date: 21 Jul 89 05:44:31 GMT References: <8907201545.AA02055@vax.ftp.com> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: romkey@asylum.sf.ca.us Organization: The Internet Lines: 13 >Buffer size doesn't matter too much with TCP/IP, unless you've got >broadcast storm problems. I'm not sure of the exact context here, but buffer size does matter if you go to extremes. A TCP sending packets with 1 byte of data will get a total effective bandwidth that's a lot smaller than a TCP sending 1024 or larger packets. Not so extreme is in the middle, working with 100 or 200 byte datagrams; generally the slow down is still perceptible. Dave Feldmeier at MIT did some work a few years ago verifying experimentally that there is a plateau point where larger packets don't give you an appreciable speedup, but it tended to be > 1024 bytes. - john