Packet Sniffer SDK DLL Edition

HNTcpManager :: Properties :: TcpMgrGetCheckIpSum

 Previous Next

Returns the IP packet checksum verification flag.

Syntax:

BOOL __stdcall TcpMgrGetCheckIpSum(HANDLE hTcpMgr);

Parameters:

hTcpMgr

[in] HNTcpManager object handle.

Return values:

If the function succeeds the return value will be the IP packet checksum verification flag. The default value is TRUE.

Description:

Use this property to obtain the value of the IP packet checksum checking flag. TRUE means that HNTcpManager component must verify checksum of each IP packet in the TcpMgrProcessPacket function.

See also:HNTcpManager, TcpMgrProcessPacket, TcpMgrSetCheckIpSum