Documented reader's max_recv_size/max_send_size

Closes https://github.com/OpenSC/OpenSC/issues/802
This commit is contained in:
Frank Morgner 2016-10-07 14:11:36 +02:00
parent 3b352d5eca
commit 6dc6d4c05d
1 changed files with 6 additions and 3 deletions

View File

@ -65,10 +65,13 @@ app default {
# The following section shows definitions for PC/SC readers.
reader_driver pcsc {
# Limit command and response sizes.
# Limit command and response sizes. Some Readers don't propagate their
# transceive capabilities correctly. max_send_size and max_recv_size
# allow setting the limits manually, for example to enable extended
# length capabilities.
# Default: max_send_size = 255, max_recv_size = 256;
# max_send_size = 0;
# max_recv_size = 0;
# max_send_size = 65535;
# max_recv_size = 65536;
#
# Connect to reader in exclusive mode?
# Default: false