Hi,
I'm trying to build a dummynet box on linux (Centos 6.3). I have a bridge
created that properly forwards packets, however I cannot seem to alter their
behavior with ipfw pipes. I've used dummynet on FreeBSD without issue, but I
can't seem to find a Linux equivalent to the following two sy
On 06.12.2012 13:13, Ermal Luçi wrote:
Hello,
i was looking at ipfw dynamic code for dynamic states/rules and see that it
unconditionally schedules a callout even if there is not work to do.
Wouldn't it be best to reschedule it when there is something to do to avoid
having a useless
callout/eve
Hello,
i was looking at ipfw dynamic code for dynamic states/rules and see that it
unconditionally schedules a callout even if there is not work to do.
Wouldn't it be best to reschedule it when there is something to do to avoid
having a useless
callout/event run every time on the system?
Is ther