UdpErrorIndication

Namespace inet

UdpErrorIndication

class

C++ definition

Control info that is sent up from the ~Udp module to the application with UDP_I_ERROR as message kind when ~Udp receives an Icmp error for a packet previously sent from the socket.

<b>See also:</b> ~UdpCommandCode

Extends

Name Type Description
UdpCommandBase (unknown -- not in documented files)

Source code

//
// Control info that is sent up from the ~Udp module to the application with
// UDP_I_ERROR as message kind when ~Udp receives an Icmp error for a packet
// previously sent from the socket.
//
// @see ~UdpCommandCode
//
class UdpErrorIndication extends UdpCommandBase
{
}

File: src/inet/transportlayer/contract/udp/UdpCommand.msg