Microsoft Internet Security and Acceleration Server 2000 |
Sets options for dynamic packet filtering.
HRESULT SetPacketFilterOptions( BOOL fDiscardInbound, DWORD Reserved );
This method can be called to restrict the opening of dynamic packet filters for use with this socket object. By default, the Firewall service creates a dynamic filter for communication through this socket. Use this method to avoid opening packet filters for this socket. For example, to limit a connection to internal clients, creation of openings in packet filters for incoming UDP datagrams or incoming TCP connections can be disabled by using this method.