Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 12:28:42 AM (18 years ago)
Author:
dumenim
Message:

networkstuff bluber fubber

File:
1 edited

Legend:

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

    r624 r632  
    183183    while(!(client_connection.queueEmpty())){
    184184      packet = client_connection.getPacket();
     185      //std::cout << "tick packet size " << packet->dataLength << std::endl;
    185186      elaborate(packet, 0); // ================= i guess we got to change this .... (client_ID is always same = server)
    186187    }
Note: See TracChangeset for help on using the changeset viewer.