Subject: Re: server side RPC library and IPv6
To: None <tech-net@netbsd.org>
From: Frank van der Linden <frank@wins.uva.nl>
List: tech-net
Date: 01/20/2000 13:48:53
One addition to my previous message: the INRIA code solves the problem
of RPC_ANYSOCK by introducing a call rpc_set_default_inet() to set
the default address family for RPC_ANYSOCK arguments. This is a way
to go, and avoids the problem of having to do the "rename" hack
in shared libs for the svc*_create() functions, since v4 is the
default.

- Frank