Click or drag to resize
SoRemoteParamsNetworkSpeedModes Enumeration

Namespace: OIV.ScaleViz.Nodes
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public enum NetworkSpeedModes
Members
  Member nameValueDescription
SLOW0

Connection is slow (ADSL), the highest compression ratio will be used.

It is potentially resource intensive and the fps is limited.

MEDIUM1

Connection speed is medium (2-10Mb).

FAST2

Connection is fast, simple compression will be used (10/100Mb/1Gb).

LOCAL3

Default.

Connection between application and master is localized on the same node or really fast (Gb, InfiniBand...).

Remarks