TCPS-732 — The standard flock(2) locking algorithm will be used
The proxy uses a lock for controlling access to its client accept loop. Various locking algorithms are available. This message indicates usage of the standard algorithm based on the flock(2) syscall. This algorithm may cause problems with a large number of child processes, when an alternative algorithm should be used.