K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2020-05-09T01:18:42.748260Z K 7 svn:log V 423 Rewrite clnt_vc_soupcall() so that it does soreceive() for an entire TLS record (or all data available for TCP without TLS), similar to what soreceive() in svc_vc.c does. This should avoid problems if/when an NFS RPC message record mark straddles TLS records and reduces the number of soreceive() calls done by the client. It also makes adding code to handle the TLS control records simpler. This is next on my todo list. END