Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sets the DICOM A-Associate request timeout in milliseconds. 0 = no timeout. Normally, this setting never needs to be changed.

Default Value: 5000

#SocketCloseDelay
Anchor
SocketCloseDelay
SocketCloseDelay

...

Maximum Protocol Data Unit (PDU) package length for receiving PDUs. This is a global value that applies to all AE titles. If you have performance issues, set the value higher to make the transfers faster. For example, some modalities prefer a larger PDU size, such as 64K instead of the default 16K.

Default Value: 16352

#PackPDVs
Anchor
PackPDVs
PackPDVs

Pack command and data PDVs in one PDU. This command can be important for query/retrieve communication. Enabling the PackPDVs value will cut the number of packets down from two to one.

Default Value: false

#TcpNoDelay
Anchor
TcpNoDelay
TcpNoDelay

Send packets as quickly as possible (Disable Nagle's algorithmn). This should increase performance on a Windows operating system.

Default Value: true

#SendBufferSize
Anchor
SendBufferSize
SendBufferSize

Buffer size used for socket output. 0 = use platform default. When set to 0, this means "automatically configure this value". When the first query/retrieve is performed, the system automatically calculates the best buffer size, and the 0 is replaced by the appropriate value.

Default Value: 0

#ReceiveBufferSize
Anchor
ReceiveBufferSize
ReceiveBufferSize

Buffer size used for socket input. 0 = use platform default. When set to 0, this means "automatically configure this value". When the first query/retrieve is performed, the system automatically calculates the best buffer size, and the 0 is replaced by the appropriate value.

Default Value: 0

#MaximumDICOMClients
Anchor
MaximumDICOMClients
MaximumDICOMClients

Maximum number of incoming DICOM clients that can simultaneously connect. If the number is too small, you receive an association blocked event.

Default Value: 128

#CurrentClients
Anchor
CurrentClients
CurrentClients

Current number of connected incoming DICOM clients that are connected.

#MaximumIdleThreads
Anchor
MaximumIdleThreads
MaximumIdleThreads

...