[OpenAFS] rxbind for server processes?
Derrick J Brashear
shadow@dementia.org
Thu, 5 Jan 2006 12:15:59 -0500 (EST)
On Thu, 5 Jan 2006, Jeffrey Hutzelman wrote:
>
>
> On Thursday, January 05, 2006 10:53:17 AM -0500 Derrick J Brashear
> <shadow@dementia.org> wrote:
>
>> You could modify the code for the server processes to support -rxbind.
>
> You could, but it would require an interface not currently provided by rx, in
> place of the current rx_Init() and rx_NewService(), which take only a port
You mean like maybe
rx.c:rx_InitHost(u_int host, u_int port)
?
Derrick