Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 6:36:18 PM (16 years ago)
Author:
scheusso
Message:

some improvements in chatserver/client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/dummyserver3.cc

    r446 r475  
    11#include <iostream>
     2#include "PacketManager.h"
     3//#include "PacketTypes.h"
    24#include "Server.h"
    3 #include "PacketManager.h"
    4 #include "PacketTypes.h"
    55
    66namespace network{
     
    2828  while(true){
    2929    tick();
     30    usleep(100);
    3031  }
    3132}
Note: See TracChangeset for help on using the changeset viewer.