[Pcsclite-cvs-commit] r6744 - trunk/PCSC/doc

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Mon Aug 26 15:08:53 UTC 2013


Author: rousseau
Date: 2013-08-26 15:08:52 +0000 (Mon, 26 Aug 2013)
New Revision: 6744

Modified:
   trunk/PCSC/doc/pcscd.8.in
Log:
Document --max-thread, --max-card-handle-per-thread and --max-card-handle-per-reader

Closes bug [#314308] "Document --max-thread,
--max-card-handle-per-thread and --max-card-handle-per-reader in
pcscd(8)"


Modified: trunk/PCSC/doc/pcscd.8.in
===================================================================
--- trunk/PCSC/doc/pcscd.8.in	2013-08-26 14:47:05 UTC (rev 6743)
+++ trunk/PCSC/doc/pcscd.8.in	2013-08-26 15:08:52 UTC (rev 6744)
@@ -43,6 +43,23 @@
 .B --force-reader-polling
 ignore the IFD_GENERATE_HOTPLUG reader capability
 .TP
+.BR \-t ", " \-\-max-thread
+maximum number of threads (default 200).
+
+This is the maximum number of clients (SCardEstablishContext) that pcscd
+can handle.
+.TP
+.BR \-s ", " \-\-max-card-handle-per-thread
+maximum number of card handle per thread (default: 200).
+
+This is the maximum number of card handle (SCardConnect) per client
+(SCardEstablishContext).
+.TP
+.BR \-r ", " \-\-max-card-handle-per-reader
+maximum number of card handle per reader (default: 200)
+
+This is the maximum number of card handle (SCardConnect) per reader.
+.TP
 .BR \-h ", " \-\-help
 Displays information about the pcscd command line
 .TP




More information about the Pcsclite-cvs-commit mailing list