Skip to content

A multi-stream TCP relay over UDP. Fixes connecting to minecraft across the world.

License

Unlicense, CC0-1.0 licenses found

Licenses found

Unlicense
LICENCE
CC0-1.0
LICENCE-alternative
Notifications You must be signed in to change notification settings

godarklight/DarkTunnel

Repository files navigation

This program is currently a work in progress

Some games use TCP for their network transfer. There is a downside where a lost packet will "hold" back the rest of the packets after it, and it will take generally 1.2 round trip times to fix this.

This program gets around this by retransmitting packets BEFORE the round trip delay, basically trades bandwidth for latency. In cases where it matters (~150ms+) this means you will use 3-4x the network traffic. The good news is minecraft generally only uses 5-10kb/s, so this isn't really a concern, and is the game I had in mind when creating this.

TLDR: DarkTunnel makes the game use more internet so you can play minecraft with your friends across the world.

About

A multi-stream TCP relay over UDP. Fixes connecting to minecraft across the world.

Resources

License

Unlicense, CC0-1.0 licenses found

Licenses found

Unlicense
LICENCE
CC0-1.0
LICENCE-alternative

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages