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/Server.cc

    r624 r632  
    8686  bool Server::sendMSG(const char *msg){
    8787    ENetPacket *packet = packet_gen.chatMessage(msg);
    88     std::cout <<"adding PPPPPackets" << std::endl;
     88    std::cout <<"adding Packets" << std::endl;
    8989    connection->addPacketAll(packet);
    9090    //std::cout <<"added packets" << std::endl;
    9191    if (connection->sendPackets()){
    92         std::cout << "SSSSSucessfully" << std::endl;
     92        std::cout << "Sucessfully" << std::endl;
    9393        return true;
    9494    }
Note: See TracChangeset for help on using the changeset viewer.