Package: inet.networklayer.ipv6
IPv6ErrorHandling
simple moduleHandles error notifications that arrive from other protocol modules.
Errors arrive in messages; this implementation just prints a report and discards the message.
Used in compound modules
| Name | Type | Description |
|---|---|---|
| IPv6NetworkLayer | compound module |
Represents an IPv6 network layer (L3). |
Properties
| Name | Value | Description |
|---|---|---|
| display | i=block/sink_s |
Gates
| Name | Direction | Size | Description |
|---|---|---|---|
| in | input |
Source code
// // Handles error notifications that arrive from other protocol modules. // // Errors arrive in messages; this implementation just prints a report // and discards the message. // simple IPv6ErrorHandling { parameters: @display("i=block/sink_s"); gates: input in; }File: src/inet/networklayer/ipv6/IPv6ErrorHandling.ned