veloren / veloren

An open world, open source voxel RPG inspired by Dwarf Fortress and Cube World. This repository is a mirror. Please submit all PRs and issues on our GitLab page.

Home Page:https://www.veloren.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracking issue for cache-driven network changes

zesterer opened this issue · comments

Things that need doing:

  • Rename Connection to MsgMgr
  • Make MsgMgr use Conn internally
  • Consider genericising Conn to allow for TCP and UDP sockets (low priority)
  • Use interior mutability to avoid excessive use of Arc