Reply To: Problem On Filter (Delphi)

Home Forums Discussions Support Problem On Filter (Delphi) Reply To: Problem On Filter (Delphi)

#6401
Vadim Smirnov
Keymaster

    Hmm, I’m not sure that I understand what you have really implemented. Do you use WinpkFilter and Windows Sockets in the same application? If yes then probably your application design has got a synchronization problem (if socket and winpkfilter are used in the same single thread an example).

    The general operation flow looks like the following:

    Data sent to socket -> Data intercepted by WinpkFilter -> Data indicated back to application -> Application processes and returns data to the stack -> Socket send operation completed