PHP TC
PHP web frontend for configuring the Linux traffic controller.
Linux comes with a powerful network emulation toolkit called "Traffic Controller", or simply "TC". This toolkit allows you to simulate packet delay, packet loss, bandwidth throttling, and more. This is very useful for developing and testing applications that utilize the network. To verify your designs and implementations function stable under various networking conditions.
TC however is a command line tool. It requires knowledge of queuing disciplines and the syntax to configure...