diff OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h @ 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 d9473bd5ed43
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h	Thu Jan 14 09:13:29 2021 +0100
+++ b/OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.h	Mon Jan 18 14:51:52 2021 +0100
@@ -57,6 +57,7 @@
                         const std::string& remoteIp,
                         const std::string& remoteAet,
                         const std::string& calledAet,
+                        unsigned int maximumPduLength,
                         IApplicationEntityFilter* filter);
 
       virtual ~CommandDispatcher();
@@ -66,6 +67,7 @@
 
     CommandDispatcher* AcceptAssociation(const DicomServer& server, 
                                          T_ASC_Network *net,
+                                         unsigned int maximumPduLength,
                                          bool useDicomTls);
 
     OFCondition EchoScp(T_ASC_Association* assoc,