tc Verified for current stable LTS

Tc Command: Add Constant Network Delay Outbound Packages

Use for add constant network delay outbound packages with Tc. Exact CLI syntax to add constant network delay outbound packages using Tc.

When to use this: Use for add constant network delay outbound packages with Tc.

Command Syntax

sudo tc q a dev <eth0> root netem delay <delay_in_milliseconds>ms

Live Command Builder

Final Command

sudo tc q a dev <eth0> root netem delay <delay_in_milliseconds>ms

Command Breakdown

sudo is the base executable for this command.

FAQ

Purpose: Exact syntax to add constant network delay outbound packages using Tc.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Tc directory