diff NEWS @ 4451:f4dbdb2dcba6

new configuration option "MaximumPduLength" to tune the maximum PDU length
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 18 Jan 2021 14:51:52 +0100
parents eddb212b2df9
children 4f8e77c650e8
line wrap: on
line diff
--- a/NEWS	Thu Jan 14 09:13:29 2021 +0100
+++ b/NEWS	Mon Jan 18 14:51:52 2021 +0100
@@ -5,12 +5,13 @@
 -------
 
 * Support of DICOM TLS
-* New configuration options related to DICOM TLS:
+* New configuration options related to DICOM networking:
   - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP
   - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP
   - "DicomTlsPrivateKey" to provide the private key of the TLS certificate
   - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc
   - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis
+  - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit)
 * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file
 
 Plugins