Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2007, 6:01:24 PM (16 years ago)
Author:
scheusso
Message:

still problems with chatserver/client

File:
1 edited

Legend:

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

    r441 r442  
    3333    if(server.queueEmpty())
    3434// Warning: usleep(100) is Sleep(100/1000) = Sleep(0), which is nothing!
    35       usleep(100);
     35      usleep(10000000);
    3636    else{
    3737      ENetAddress addr;
Note: See TracChangeset for help on using the changeset viewer.