From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200111270857.IAA07692@localhost.localdomain> To: 9fans@cse.psu.edu Subject: Re: [9fans] Nagle algorithm In-Reply-To: Your message of "Mon, 26 Nov 2001 14:28:23 EST." <200111261928.OAA12147@augusta.math.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: Steve Kilbane Date: Tue, 27 Nov 2001 08:57:35 +0000 Topicbox-Message-UUID: 2af90022-eaca-11e9-9e20-41e7f4b1d025 Dan wrote: > It has to do with abstraction, on one hand, and proper seperation > of function. The TCP has no business trying to guess what my > application is doing; that's for my application to decide. TCP > should be abstracted away from that stuff. I'm being a little simplistic here, but since there are assigned port numbers, why not have the bind/connect subsystems make the decision based on port, with a default for anything else? steve