Interface

NM-1.0NMSettingLinkConstructorProps

interface ConstructorProps {
    gro_max_size: number | bigint;
    groMaxSize: number | bigint;
    gso_max_segments: number | bigint;
    gso_max_size: number | bigint;
    gsoMaxSegments: number | bigint;
    gsoMaxSize: number | bigint;
    name: string;
    tx_queue_length: number | bigint;
    txQueueLength: number | bigint;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from NM.Setting.ConstructorProps

Properties

gro_max_size: number | bigint
groMaxSize: number | bigint
gso_max_segments: number | bigint
gso_max_size: number | bigint
gsoMaxSegments: number | bigint
gsoMaxSize: number | bigint
tx_queue_length: number | bigint
txQueueLength: number | bigint

Properties - Inherited from NM.Setting.ConstructorProps

name: string