Forum Replies Created
-
AuthorPosts
-
Great thank you for all the answers and explanations!
February 7, 2020 at 10:38 am in reply to: Concurrency handling of ReadPackets and SendPackets #11261Thank you for the clarification. One last question: does the call of SendPacket/s return immediatly or does it wait for the sending operation to complete before returning?
Great, now I understand much better, thank you!
Thank you Vadim, that was clearly a dumb mistake by me… now everything works.
Just another quick question so that I completely understand how filtering works.From the experiments I did, the only way I found to redirect some packets and let everything else pass is to use
MSTCP_FLAG_TUNNELfor the adapter mode and then specify 2 filters: the first with the actionFILTER_PACKET_REDIRECTthat intercepts the packets I’m interested in, and then a second filter with actionFILTER_PACKET_PASSto let everything else pass through. Am I correct? Or is there a way for example to set the adapter mode in something like “let everything pass” and then use a single filter with the actionFILTER_PACKET_REDIRECT?Thanks again for your help.
-
AuthorPosts
