Skip to content

Instantly share code, notes, and snippets.

@kirk91
Created December 7, 2016 16:41
Show Gist options
  • Save kirk91/66a6dd68364a6eebaff091ae7238772a to your computer and use it in GitHub Desktop.
Save kirk91/66a6dd68364a6eebaff091ae7238772a to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
# cancel packet delay
sudo tc qdisc del dev eth0 parent 1:2
sudo tc qdisc del dev eth0 root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment