Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5724 in orxonox.OLD


Ignore:
Timestamp:
Nov 23, 2005, 2:43:29 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/network_stream.cc

    r5723 r5724  
    1919*/
    2020#define DEBUG_MODULE_NETWORK
    21 #define PACKAGE_SIZE = 8
     21#define PACKAGE_SIZE 8
    2222
    2323#include "base_object.h"
     
    106106  /* UPSTREAM */
    107107  /* first read 10bytes of data (debug) */
    108  //while(ret == 0) { ret = this->networkSocket->readBytes(upData,PACKAGE_SIZE);}
     108
     109 while(ret == 0) { this->networkSocket->readBytes(upData,PACKAGE_SIZE);}
     110
     111
    109112  /* error checking: data read? */
    110113  if( ret != 10) { PRINTF(0)("Error while reading data from the NetworkSocket\n");}
Note: See TracChangeset for help on using the changeset viewer.