An object that reports transport MTU.

interface Transport {
    mtu: number;
}

Properties

Properties

mtu: number

Current transport MTU.