|
|
|
|
Location:
in6_if.h
class TSoIfInfo6 : public TSoIfInfo;
Extends the TSoIfInfo for the receive MTU.
The IPv6 capable interfaces must support this control option. The usage template in the stack is:
CNifIfBase *iNif;
...
TPckgBuf<TSoIfInfo6> ifProp;
TInt err = iNif->Control(KSOLInterface, KSoIfInfo6, ifProp);
For the IPv4 interfaces, only the plain TSoIfInfo is used.
CNifIfBase *iNif;
...
TPckgBuf<TSoIfInfo> ifProp;
TInt err = iNif->Control(KSOLInterface, KSoIfInfo, ifProp);
TSoIfInfo - No description.
TSoIfInfo6 - Extends the
Defined in TSoIfInfo6:
iRMtu
TInt iRMtu;
Maximum transmission unit for receiving.