-
- Downloads
Autodetect the number of CPUs when possible if NumCPUs==0
This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual.
Showing
- changes/cpudetect 3 additions, 0 deletionschanges/cpudetect
- configure.in 1 addition, 1 deletionconfigure.in
- doc/tor.1.txt 3 additions, 1 deletiondoc/tor.1.txt
- src/common/compat.c 46 additions, 0 deletionssrc/common/compat.c
- src/common/compat.h 2 additions, 0 deletionssrc/common/compat.h
- src/or/config.c 15 additions, 2 deletionssrc/or/config.c
- src/or/config.h 2 additions, 0 deletionssrc/or/config.h
- src/or/cpuworker.c 1 addition, 1 deletionsrc/or/cpuworker.c
Loading
Please register or sign in to comment