From 83f393ff0d579db33254982bfe60486504ca35cb Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 14 Dec 2010 03:16:37 +0000 Subject: [PATCH] opensc.conf: Better wording of comments on max_x_size. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4950 c6295689-39f2-0310-b995-f0e70906c6a9 --- etc/opensc.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/opensc.conf.in b/etc/opensc.conf.in index 505089e0..f3362d1d 100644 --- a/etc/opensc.conf.in +++ b/etc/opensc.conf.in @@ -42,7 +42,7 @@ app default { # The following section shows definitions for PC/SC readers. reader_driver pcsc { - # This sets the maximum send and receive sizes. + # Limit command and response sizes. # Default: n/a # max_send_size = 255; # max_recv_size = 256; @@ -83,7 +83,7 @@ app default { # Default: 2 # readers = 5; # - # This sets the maximum send and receive sizes. + # Limit command and response sizes. # Default: n/a # max_send_size = 255; # max_recv_size = 256;