Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA08264; Wed, 27 Dec 95 11:57:38 EST
Received: from KANGAROO.MIT.EDU by MIT.EDU with SMTP
	id AA28899; Wed, 27 Dec 95 11:57:16 EST
Received: by kangaroo.mit.edu; (5.65/1.1.8.2/03Mar95-1146AM)
	id AA10060; Wed, 27 Dec 1995 11:57:27 -0500
Message-Id: <9512271657.AA10060@kangaroo.mit.edu>
To: John Hawkinson <jhawk@MIT.EDU>
Cc: krbdev@MIT.EDU
Subject: Re: Source routing (well, IP_OPTION) support? 
In-Reply-To: Your message of "Wed, 27 Dec 1995 11:22:09 EST."
             <9512271622.AA10327@opus.MIT.EDU> 
Date: Wed, 27 Dec 1995 11:57:25 EST
From: Ezra Peisach <epeisach@MIT.EDU>

Assuming that you really want to do this, and I am not thinking too hard
about reasons, etc, the most logical thing to do would be to add an 
entry to the os_context... You will also need a helper routine to 
set (possibly clear) the extra function as the context/os_context are
opaque strctures to the outside world.


I think the arguments that you would want to pass seem reasonable...
Good luck however in setting up a proper prototype for the function
setting - you will probably not have the right include files for all
clients and you cannot assume that sockaddr is defined... I suspect
another incomplete prototype in the making...

	Ezra

