TcpSetDscpCommand

TcpSetDscpCommand

class

(no description)

Inheritance diagram

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Extends

Name Type Description
TcpSetOptionCommand class

Base class for TCP socket option control info classes.

Fields

Name Type Description
dscp short

dscp for Ipv4/Ipv6

userId int

id than can be freely used by the app

Source code

class TcpSetDscpCommand extends TcpSetOptionCommand
{
    short dscp;   // dscp for Ipv4/Ipv6
}

File: src/inet/transportlayer/contract/tcp/TcpCommand.msg