Skip to content

an impl of a rollback client in rust using rust STD library networking components.

License

Notifications You must be signed in to change notification settings

AngelOfSol/rollback_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollback_client

an impl of a rollback client in rust using rust STD library networking components.

currently only connects to localhost and fakes network conditions, which is good enough for testing.

the plan eventually is to maybe release a crate? i have no idea what sort of API i'd be looking at but once i get to full working rollback, ill hand out the repo to let other people give me criticisms

if i make a library things to consider: allow choice of serializer, allow choice of reader/writer for TCP, and send/recieve for UDP, maybe seperate out the actual network components from the rollbacking interface.

reference GGPO API for ideas

About

an impl of a rollback client in rust using rust STD library networking components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages