Re: Re: helper drivers and PPPoe connection

Home Forums Discussions Support helper drivers and PPPoe connection Re: Re: helper drivers and PPPoe connection

#6938
Vadim Smirnov
Keymaster

    WinpkFilter has an internal packet pool for 500 packets, if the network gets locked then may be there are already 500 packets waiting for you to read them out from the driver. Try to call GetAdapterPacketQueueSize for every adapter you have set into tunnel/listen modes to see how many packets are queued and not processed by your application yet.