opensc.conf: Better comment for max_send/recv_size meaning and default values.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4669 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-09-01 11:50:35 +00:00
parent 07ab2a2871
commit 59a389757e
1 changed files with 9 additions and 4 deletions

View File

@ -62,8 +62,13 @@ app default {
# to set these values. For usb devices check the
# properties with lsusb -vv for dwMaxIFSD
#
# max_send_size = 252;
# max_recv_size = 252;
# These values will be used for APDU communication
# and are used for maximum Lc/Le calculation
# (will not include CLA, INS, P1, P2 or SW1, SW2).
#
# Default: send: 255, recv: 256
# max_send_size = 255;
# max_recv_size = 256;
# Connect to reader in exclusive mode.
# Default: false
@ -97,8 +102,8 @@ app default {
# to set these values. For usb devices check the
# properties with lsusb -vv for dwMaxIFSD
#
# max_send_size = 252;
# max_recv_size = 252;
# max_send_size = 255;
# max_recv_size = 256;
};
# What card drivers to load at start-up