Enumeration IpoIbModes

Specifies whether the link should be in datagram mode or connected mode.

Enumeration Members

Enumeration Members

Connected: "connected"

In connected mode, a reliable connection is established before data is exchanged, which can offer higher throughput and lower latency in some situations. However, connected mode uses more resources and may not be supported by all InfiniBand hardware.

Datagram: "datagram"

This is the default mode. In datagram mode, packets are sent independently of each other, without a connection between sender and receiver.

Generated using TypeDoc