Skip to content
Snippets Groups Projects
Commit 318531a4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use pthread_detach() to detach connection threads instead of

creating them detached.  This hopefully will reduce problems on
draft4 pthread implementations related to creating detached
threads (which is _np under draft4) on some platforms without
causing problems with other thread implementations.
parent 82b94e22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment