NED File src/inet/node/xmipv6/CorrespondentNode6.ned
Name | Type | Description |
---|---|---|
CorrespondentNode6 | compound module |
An IPv6 host with MIPv6 support and contains a Binding Cache which gets updated with every BU received. |
Source code
// // Copyright (C) 2007 Faqir Zarrar Yousaf // Communication Networks Institute, University of Dortmund // [email protected] // // SPDX-License-Identifier: LGPL-3.0-or-later // // package inet.node.xmipv6; import inet.node.ipv6.StandardHost6; // // An IPv6 host with MIPv6 support and contains a Binding Cache which gets updated with every BU received. // module CorrespondentNode6 extends StandardHost6 { ipv6.xMIPv6Support = true; ipv6.mipv6support.isMobileNode = false; //is Mobile Node ipv6.mipv6support.isHomeAgent = false; //is Home Agent }