TcpSetTosCommand

TcpSetTosCommand

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
tos short

type of service for Ipv4 / traffic class for Ipv6

userId int

id than can be freely used by the app

Source code

class TcpSetTosCommand extends TcpSetOptionCommand
{
    short tos;   // type of service for Ipv4 / traffic class for Ipv6
}

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