Skip to content

Commit

Permalink
added description and copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Täht committed Nov 1, 2012
1 parent 3d7589b commit 20986f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/debloat.sh
@@ -1,7 +1,10 @@
#!/bin/bash
# debloat.sh - improves network latency by reduce excessive buffering
# and offloads on common devices and enabling fq_codel.
# Copyright 2012 M D Taht. Released into the public domain.

# This script is presently targetted to go into
# /etc/network/ifup.d
# /etc/network/ifup.d on debian derived systems

LL=1 # go for lowest latency
ECN=1 # enable ECN
Expand Down

0 comments on commit 20986f8

Please sign in to comment.