> Hello Reader,
> Could anyone please tell me how to discard TCP outgoing packets before
> it reaches the Internet Layer. I want to discard certain outgoing TCp
> packets to see if the network traffic decreases at certain times.
> Any help, please!
> Hennie Thiart
Have a look at iptables. That is what it does. In fact, it can
keep a count of the packages that match each rule, so you can
determine how many packets got discarded.
Be ready to do some studying, though ... it can be difficult to
set-up and understand at first.