NetEm seems to be rarely known and used traffic control feature available on Linux.<p>The linked script allows you to delay sending DNS requests (IP packets with destination port set to 53) on given interface. Normally it is useless, but it may be useful for debugging some hard network-related cases in your software.<p>The script may also work as a base for other network-related experiments using netem. You can read more about it here: <a href="http://man7.org/linux/man-pages/man8/tc-netem.8.html" rel="nofollow">http://man7.org/linux/man-pages/man8/tc-netem.8.html</a>