Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!lll-lcc!unisoft!dual!ucbvax!ISI.EDU!Postel From: Postel@ISI.EDU (Jon Postel) Newsgroups: mod.protocols.tcp-ip Subject: re: TCP Question of Jeff Busma Message-ID: <8611110417.AA00390@postel.isi.edu> Date: Mon, 10-Nov-86 23:17:48 EST Article-I.D.: postel.8611110417.AA00390 Posted: Mon Nov 10 23:17:48 1986 Date-Received: Tue, 11-Nov-86 07:25:00 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 Approved: tcp-ip@sri-nic.arpa It would be useful if people interested in learning about TCP took the trouble to at least attempt to read the document before asking questions. TCP provides a reliable two directional octet stream. Every octet sent by an process using TCP is delivered in the order sent. There is no necessary relation between the data buffers used between the sending process and the sending TCP, and the segments used between the sending TCP and the receiving TCP, or between TCP segments and IP datagrans, or between IP datagrams and physical network packets. If you can close a TCP connection without getting an error then all the data was delivered. --jon.