K 10 svn:author V 5 wpaul K 8 svn:date V 27 2001-03-21T23:47:18.000000Z K 7 svn:log V 417 ypserv has intimate knowledge of the server transport handle which is needed to make the asynchronous DNS lookup mechanism work. (It needs to be able to get/set the transaction ID in the trasport handle so it can deliver a delayed UDP response when a reply is received from a DNS server.) With TI-TPC, the transport handle has changed slightly (what used to be an int is now a size_t) so we need to account for this. END