mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 09:38:42 +00:00
In wait_server_start, fork less. When lsof is present, call it on the expected process. This saves a few percent of execution time on a lightly loaded machine. Also, sleep for a short duration rather than using a tight loop.