Searched hist:105189 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_dg.cdiff 105189 Tue Oct 15 22:28:59 MDT 2002 iedowse Use kqueue(2) instead of poll(2) to wait for replies and timeouts
in the UDP RPC client code. As a side-effect, this fixes some bugs
that might prevent the RPC call from ever timing out for example
if the server keeps responding with the wrong xid. This could
probably be simplified further by using the EVFILT_TIMER filter.

Completed in 107 milliseconds