Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!cit-vax!ucla-cs!zen!ucbvax!CAM.UNISYS.COM!jonab From: jonab@CAM.UNISYS.COM (Jonathan P. Biggar) Newsgroups: comp.protocols.tcp-ip Subject: Question about IP options Message-ID: <8709092342.AA03527@PHOEBE.CAM.UNISYS.COM> Date: Wed, 9-Sep-87 19:42:28 EDT Article-I.D.: PHOEBE.8709092342.AA03527 Posted: Wed Sep 9 19:42:28 1987 Date-Received: Fri, 11-Sep-87 07:19:20 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 17 I am implementing IP in Ada and have several questions about IP options that are not clearly answered in either RFC 791 or MIL-SPEC 1777: 1) Are the record route and timestamp options modified by the source and destination systems, or are they only modified by gateways? 2) When using either loose or strict source routing, does the next hop or the final destination go in the destination address field of the IP header? For example, if I want to route from host A through B and C to D, is the destination address B with source route C and D, or is the destination address D with source route B and C? 3) Is it legal to have both loose and strict source routing options in the same IP packet? If so, how do you handle this case? Jon Biggar jonab@cam.unisys.com