maddinat0r / samp-tsconnector

A plugin for SA-MP to control a Teamspeak3 Server from the gamemode
MIT License
17 stars 3 forks source link

Rewrite network code #1

Closed maddinat0r closed 10 years ago

maddinat0r commented 10 years ago

Use asynchronous boost::asio operations instead of the current synchronous ones. It'll be hard to implement it perfectly but I think it's worth it (removes the ugly ping check and usage of delays). I should finish reading that book about boost::asio.