I have a situation where I would like to introduce an artificial delay of 100 milliseconds to incoming UDP traffic to a particular client. Here is my setup: +-------+ +-----------+ | Linux | | | 'Internet'---eth1| NAT |eth0======|192.168.1.4| | | | | +-------+ +-----------+ Note I'm not looking to restrict the RATE or SPEED at all, just to add a DELAY, and only to incoming UDP packets coming in from the Internet destined for 192.168.1.4. I have kernel 2.4.20 with all the latest and greatest tc, htb patches, etc. Can anyone help?? Thanks much, +Ryan