Virtual Storage Lifecycle Management API
| |||
Managed Object Types | Data Object Types | All Properties | All Methods |
Enum - VirtualVmxnet3StrictLatencyConfigDisableOffload(vim.vm.device.VirtualVmxnet3.StrictLatencyConfig.DisableOffload)
- Since
- 2.0
Enum Description
TSO (TCP Segmentation Offload) and LRO (Large Receive Offload) are both offloading techniques that improve network performance by reducing CPU overhead associated with packet segmentation and aggregation, respectively. They are commonly used in modern networking environments to optimize data transmission and reception processes. This is the type of disable offload on a network adapter.Enum Constants
Name | Description |
---|---|
LRO |
Disable Large Receive Offload (LRO).
|
NONE |
Do not disable.
|
TSO |
Disable TCP Segmentation Offload (TSO).
|
TSO_LRO |
Disable both TSO and LRO.
|
Show WSDL type definition
Top of page | |||
Managed Object Types | Data Object Types | All Properties | All Methods |