CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2022/07/15 11:33:28
Modified files: include/rpc : clnt.h lib/libc/rpc : clnt_tcp.c clnt_udp.c Log message: Add a new clnt*_control CLSET_CONNECTED, which says the socket has already been connected. In the udp case, this means to use send(), not sendto() ok jmatthew, claudio, miod