acmcarther / gaffer_udp

Half baked network protocol in Rust based on http://gafferongames.com/networking-for-game-programmers/reliability-and-flow-control/
8 stars 0 forks source link

Gaffer UDP

Build Status

Based on Gaffer on Games design

A rewrite of game_udp, now that I'd like to think I can write Rust.

Uses my Rust Cucumber implementation for integration tests.

TODO

Congestion avoidance. This is put off because space cubes does not need it yet