ingtabby Posted January 31, 2006 Posted January 31, 2006 Hi to all! i must create a software that could delay all packets arriving and leaving from a server. I tried with a hook filter driver but its functions are at a IRQ level too low to add a delay to packets..so i m looking for a driver that can create a buffer so i could reorder packets in function of a priority that i ll choose and then deliver them to theri destination ...is it possible??Thanks, Francesco
RogueSpear Posted February 2, 2006 Posted February 2, 2006 While it may be possible to something like that, it's also possible that it will be flagged as malicious software by antivirus software. It could also cause problems with a firewall. If you are developing a software application, I would suggest modifying your application to do these things rather than mess around with the TCP/IP stack.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now