freebsd-dev/sys/rpc/rpcsec_tls
Rick Macklem 564ed8e806 nfsd: Allow multiple instances of rpc.tlsservd
During a discussion with someone working on NFS-over-TLS
for a non-FreeBSD platform, we agreed that a single server
daemon for TLS handshakes could become a bottleneck when
an NFS server first boots, if many concurrent NFS-over-TLS
connections are attempted.

This patch modifies the kernel RPC code so that it can
handle multiple rpc.tlsservd daemons.  A separate commit
currently under review as D35886 for the rpc.tlsservd
daemon.
2022-08-22 13:54:24 -07:00
..
auth_tls.c rpc: Make function tables const 2021-08-14 11:26:12 -04:00
rpctls_impl.c nfsd: Allow multiple instances of rpc.tlsservd 2022-08-22 13:54:24 -07:00
rpctlscd.x
rpctlssd.x