Namespace inet
SocketReq
classDetermines the application socket of an outgoing packet, sent by the application.
Extends
Name | Type | Description |
---|---|---|
SocketTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTag | NetPerfMeter, SctpServer, TcpEchoApp, TcpGenericServerApp |
addTagIfAbsent | DhcpClient, DhcpServer, EtherAppClient, EtherAppServer, EtherTrafGen, EthernetSocketIo, NetPerfMeter, PingApp, SctpClient, SctpServer, TcpBasicClientApp, TcpClientSocketIo, TcpEchoApp, TcpGenericServerApp, TcpServerListener, TcpServerSocketIo, TcpSessionApp, TcpSinkApp, TelnetApp, TunnelApp, UdpBasicApp, UdpBasicBurst, UdpEchoApp, UdpSink, UdpSocketIo, UdpVideoStreamClient, UdpVideoStreamServer, SimpleVoipReceiver, SimpleVoipSender, VoipStreamReceiver, VoipStreamSender, VirtualTunnel, Ldp, Aodv, Bgp, Rip, Rtcp, Rtp, Sctp |
findTag | MessageDispatcher, Tun, Ipv4 |
getTag | TcpEchoApp, Ieee80211LlcLpd, Ieee8021qSocketCommandProcessor, Ieee8022Llc, Tun, Flooding, Ipv4, Ipv6, NextHopForwarding, AdaptiveProbabilisticBroadcast, ProbabilisticBroadcast, WiseRoute, Sctp, Tcp, TcpLwip, Udp |
removeTag | Udp |
Source code
// // Determines the application socket of an outgoing packet, sent by the application. // class SocketReq extends SocketTagBase { }File: src/inet/common/socket/SocketTag.msg