]> icculus.org git repositories - taylor/freespace2.git/commit
refactor websocket code
authorTaylor Richards <taylor@icculus.org>
Wed, 16 Mar 2016 20:28:56 +0000 (16:28 -0400)
committerTaylor Richards <taylor@icculus.org>
Wed, 16 Mar 2016 20:28:56 +0000 (16:28 -0400)
commit789cff8bbd7e6bad3596ba14765dd2efe5797a96
treedb90c9755b0f79e8cdfcfe84f271e6b8f278ce8a
parent838c8b5d8d6f81273e26705ad4712245dab783a1
refactor websocket code

 - cleaner and easier to work with
 - clean up issues with conn and ping msgs
 - restrict to one client at a time
 - avoid lost msgs during game startup
src/network/stand_gui.cpp
src/network/stand_server.cpp