issues
search
UkoeHB
/
renet2
Server/Client network library for multiplayer games with authentication and connection management made with Rust. Forked from renet.
Apache License 2.0
18
stars
3
forks
source link
Optimize NetcodeServerTransport socket access
#2
Open
UkoeHB
opened
7 months ago
UkoeHB
commented
7 months ago
Use SmallVec to store transport sockets for more efficient access.
Use SmallVec to store transport sockets for more efficient access.