Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucbcad!ucbvax!UDEL.EDU!Mills From: Mills@UDEL.EDU Newsgroups: comp.protocols.tcp-ip Subject: Re: IP & TCP Precedence Message-ID: <8801060036.aa21427@Huey.UDEL.EDU> Date: 6 Jan 88 05:36:07 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 Jim, The fuzzball implementation supports TOS in IP and transport-level clients. The mapping is controlled by arguments to the IP function calls. TOS is interpreted by the queueing discipline as a priority, so that all IP packets with a TOS octet value of x are serviced before any TOS with value x-1. There are additional features for fairness and even a lie or two. The scheme should not be considered as conforming to specification, but as an experiment in queueing disciplines driven by pragmatic considerations. The NSFNET Backbone presently supports this discipline, which is currently in evaluation. Dave