Changeset 605 for code/branches/FICN/src/network/ClientConnection.cc
- Timestamp:
- Dec 17, 2007, 10:56:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/network/ClientConnection.cc
r514 r605 147 147 //main loop 148 148 while(!quit){ 149 //std::cout << "connection loop" << std::endl; 149 150 if(enet_host_service(client, &event, NETWORK_WAIT_TIMEOUT)<0){ 150 151 // we should never reach this point … … 212 213 213 214 bool ClientConnection::processData(ENetEvent *event){ 215 std::cout << "got packet, pushing to queue" << std::endl; 214 216 // just add packet to the buffer 215 217 // this can be extended with some preprocessing
Note: See TracChangeset
for help on using the changeset viewer.