Namespace inet
UdpErrorIndication
classControl 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 also: UdpCommandCode
Extends
Name | Type | Description |
---|---|---|
UdpControlInfo | (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 UdpControlInfo { }File: src/inet/transportlayer/contract/udp/UdpControlInfo.msg