tnccs-20.conf 615 B

123456789101112131415161718192021222324252627
  1. tnccs-20 {
  2. # Whether to load the plugin. Can also be an integer to increase the
  3. # priority of this plugin.
  4. load = yes
  5. # Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529).
  6. # max_batch_size = 65522
  7. # Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).
  8. # max_message_size = 65490
  9. # Enable PB-TNC mutual protocol.
  10. # mutual = no
  11. tests {
  12. # Send an unsupported PB-TNC message type with the NOSKIP flag set.
  13. # pb_tnc_noskip = no
  14. # Send a PB-TNC batch with a modified PB-TNC version.
  15. # pb_tnc_version = 2
  16. }
  17. }