Packet Sniffer SDK DLL Edition

HNLBAdapter :: Methods :: LbAdpRemoveFilterTcpPort

 Previous Next

Remove the rule for tracking of re-created TCP sessions for local OS.

Syntax:

VOID __stdcall LbAdpRemoveFilterTcpPort(HANDLE hLbAdp, USHORT Port);

Parameters:

hLbAdp

[in] HNLBAdapter object handle.

Port

[in] TCP port number of the TCP connection will be established.

Description:

Use LbAdpRemoveFilterTcpPort to remove the rule for tracking of re-created TCP sessions for local OS set by LbAdpAddFilterTcpPort function.

Using of filtration rules for TCP connections allows to track only necessary ones, that dramatically increases the application performance and reliability.

Use LbAdpRemoveAllTcpPortFilters to remove ALL such rules at once.
See also:HNLBAdapter, LbAdpAddFilterTcpPort, LbAdpRemoveAllTcpPortFilters