freebsd-src/usr.sbin/rpc.tlsservd
Rick Macklem 7a289fe3cd rpc.tlsservd.c: Pin max threads at 1 for now
PR#289734 reports a crash in tcp_use_close() when the rpc.tlsservd
daemon is being used.  Although I have no, as yet, had time to track
down/fix the race, it turns out setting rpctls_maxthreads to 1
avoids the problem.

This patch pins rpctls_maxthreads to 1 to avoid the problem,
until there is a proper fix.

PR:	289734
MFC after:	3 days
2025-10-10 16:29:25 -07:00
..
Makefile rpc.tlsservd: provide parallelism with help of pthread(3) 2025-02-01 01:00:28 -08:00
rpc.tlscommon.c
rpc.tlscommon.h rpc.tlsservd/rpc.tlsclntd: rename 'refno' field to 'cookie' 2025-02-01 01:00:27 -08:00
rpc.tlsservd.8 rpc.tlsservd: provide parallelism with help of pthread(3) 2025-02-01 01:00:28 -08:00
rpc.tlsservd.c rpc.tlsservd.c: Pin max threads at 1 for now 2025-10-10 16:29:25 -07:00