A newer version of this documentation is available.

View Latest

Service Generic

[Service]
MaxTransmitTime=90000

MaxTransmitTime

The MaxTransmitTime parameter is the maximum number of milliseconds that a transmit can take. But this is not entirely true. The initial connect may only take milliseconds, and some actions will get milliseconds. Usually, operations that result in smart card updates. Smart card key generation gets more time, so this parameter should be considered to be the maximum time for a normal operation.

Example 1. MaxTransmitTime effects

If you set MaxTransmitTime to 3000 (3 seconds):

[Service]
MaxTransmitTime=3000
  • normal operations can take a maximum time of 3 seconds, MaxTransmitTime=3000.

  • the first call can only take 300 ms, .

  • smart card updates can take up to 30 seconds, .

  • key generation is allowed to take up to 900 seconds.