mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 22:03:40 -06:00
Turtle: Server side improvements, reduced CPU load on idle state, and cleanup.
git-svn-id: svn://ultimatepp.org/upp/trunk@15007 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
501da534a1
commit
06b8ae8869
6 changed files with 110 additions and 102 deletions
|
|
@ -10,7 +10,6 @@ int TurtleServer::port = 8888;
|
|||
String TurtleServer::ip = "0.0.0.0";
|
||||
int TurtleServer::connection_limit = 100;
|
||||
bool TurtleServer::debugmode;
|
||||
TcpSocket TurtleServer::socket;
|
||||
WebSocket TurtleServer::websocket;
|
||||
int TurtleServer::mainpid;
|
||||
bool TurtleServer::quit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue