socket stuff

git-svn-id: svn://elaine/murooma/trunk@252 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-10 21:20:22 +00:00
parent 96ffd6ba1a
commit 8039c3d023
10 changed files with 56 additions and 105 deletions

View file

@ -64,6 +64,9 @@ int main(int argc, char* argv[])
StreamServer* server = new StreamServer(port);
server->start();
ControlServer* controlServer = new ControlServer(port + 1);
controlServer->start();
timeval tvChunk;
gettimeofday(&tvChunk, NULL);
long nextTick = getTickCount();