NM.SettingLink¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingLink(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Link settings
New in version 1.44.
- classmethod new()¶
- Returns:
the new empty
NM.SettingLink
object- Return type:
Creates a new
NM.SettingLink
object with default values.New in version 1.44.
- get_gro_max_size()¶
- Returns:
the ‘gro-max-size’ property value
- Return type:
Returns the value contained in the
NM.SettingLink
:gro-max-size
property.New in version 1.44.
- get_gso_max_segments()¶
- Returns:
the ‘gso-max-segments’ property value
- Return type:
Returns the value contained in the
NM.SettingLink
:gso-max-segments
property.New in version 1.44.
- get_gso_max_size()¶
- Returns:
the ‘gso-max-size’ property value
- Return type:
Returns the value contained in the
NM.SettingLink
:gso-max-size
property.New in version 1.44.
- get_tx_queue_length()¶
- Returns:
the ‘tx-queue-length’ property value
- Return type:
Returns the value contained in the
NM.SettingLink
:tx-queue-length
property.New in version 1.44.
Property Details¶
- NM.SettingLink.props.gro_max_size¶
- Name:
gro-max-size
- Type:
- Default Value:
-1
- Flags:
The maximum size of a packet built by the Generic Receive Offload stack for this device. The value must be between 0 and 4294967295. When set to -1, the existing value is preserved.
New in version 1.44.
- NM.SettingLink.props.gso_max_segments¶
- Name:
gso-max-segments
- Type:
- Default Value:
-1
- Flags:
The maximum segments of a Generic Segment Offload packet the device should accept. The value must be between 0 and 4294967295. When set to -1, the existing value is preserved.
New in version 1.44.
- NM.SettingLink.props.gso_max_size¶
- Name:
gso-max-size
- Type:
- Default Value:
-1
- Flags:
The maximum size of a Generic Segment Offload packet the device should accept. The value must be between 0 and 4294967295. When set to -1, the existing value is preserved.
New in version 1.44.
- NM.SettingLink.props.tx_queue_length¶
- Name:
tx-queue-length
- Type:
- Default Value:
-1
- Flags:
The size of the transmit queue for the device, in number of packets. The value must be between 0 and 4294967295. When set to -1, the existing value is preserved.
New in version 1.44.