Skip to content

Instantly share code, notes, and snippets.

@smallcms
smallcms / udp_limiter.sh
Last active April 29, 2020 08:26 — forked from arthurbeggs/udp_limiter.sh
Limit UDP bandwidth
#!/bin/bash
################################################################################
### UDP Upload Bandwidth Throttler ###
################################################################################
# #
# Based upon http://www.mzpeter.co.uk/limit-bandwidth-udp.html and #
# https://www.cyberciti.biz/faq/linux-traffic-shaping-using-tc-to-control-http\ #
# -traffic/ #
# #