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;