CC-Tweaked/src/main/java/dan200/computercraft
Jonathan Coates f74c4cc83c
Add config options for a global bandwidth limit
This uses Netty's global traffic shaping handlers to limit the rate at
which packets can be sent and received. If the bandwidth limit is hit,
we'll start dropping packets, which will mean remote servers send
traffic to us at a much slower pace.

This isn't perfect, as there is only a global limit, and not a
per-computer one. As a result, its possible for one computer to use
all/most bandwidth, and thus slow down other computers.

This would be something to improve on in the future. However, I've spent
a lot of time reading the netty source code and docs, and the
implementation for that is significantly more complex, and one I'm not
comfortable working on right now.

For the time being, this satisfies the issues in #33 and hopefully
alleviates server owner's concerns about the http API. Remaining
problems can either be solved by moderation (with help of the
//computercraft track` command) or future updates.

Closes #33
2021-07-28 15:53:22 +01:00
..
api Minor code style fixups 2021-06-12 22:18:35 +01:00
client Correctly render turtles' selected slot 2021-07-15 10:58:40 +01:00
core Add config options for a global bandwidth limit 2021-07-28 15:53:22 +01:00
data Rewrite speaker networking code 2021-06-18 22:23:04 +01:00
shared Add config options for a global bandwidth limit 2021-07-28 15:53:22 +01:00
ComputerCraft.java Add config options for a global bandwidth limit 2021-07-28 15:53:22 +01:00
ComputerCraftAPIImpl.java Expose GenericSource to the public API 2021-05-15 21:11:09 +01:00