TSoIfInfo6 Class Reference
class TSoIfInfo6 : public TSoIfInfo |
Detailed Description
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);
- Since
- v7.0
Member Attribute Documentation
iRMtu
Maximum transmission unit for receiving.