Subject: Re: rpc xid randomness
To: None <tech-userlevel@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 09/06/2003 21:23:29
>	does it have any negative sideeffects?  i mean, is there any code that
>	relies on xid being generated from timestamp?

clnt_vc.c:      call_msg.rm_xid = ((u_int32_t)++disrupt) ^ __RPC_GETXID(&now);

	how important "disrupt" is?

itojun