DoS Fix plugin - how to? -
Forlix - Jul 20, 2009
Hey
recently my CS:S server was DoS'd (i didnt have any fixes installed).
Now i would like to code a plugin myself, much like the DoS Fix Plugin on this site.
I just wonder how do i access the network communication of the server? I dont suppose there is any callback function for incoming UDP packets or stuff like that right?
Drunken_F00l - you wrote such a plugin, maybe you can give me some insights on where to start?
DoS Fix plugin - how to? -
OmegaZero_Alpha - Jul 22, 2009
DoS Fix plugin - how to? -
Forlix - Jul 22, 2009
thx.
DoS Fix plugin - how to? -
Drunken F00l - Jul 22, 2009
It just hooks the engine code that gets packets. The hook checks the packets before passing it to the game engine (or dropping it). The problem is the game engine fails if it gets too many junk packets so filtering them out before hand works fine.
DoS Fix plugin - how to? -
Freakgood - Jan 17, 2012
could also need help with this cuz im not sure where to put the dos attack fix.?
DoS Fix plugin - how to? -
Freakgood - Jan 20, 2012
Freakgood Wrote:could also need help with this cuz im not sure where to put the dos attack fix.?
Bumb