↧
Avoiding cloning and reinjecting
This is not a supported approach, and has multiple caveats, one of which is if this is TCP at any of the transport layers (TRANSPORT, STREAM_PACKET, RECV_ACCEPT,...) then you will hit the stack's...
View ArticleAvoiding cloning and reinjecting
Hi,I have a simple and basic question.I need to change only a very little stuff in the incoming packet. Can i do this in the classify function itself and set the status to 'ACCEPT' instead of using a...
View Article