Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5731 in orxonox.OLD


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

Legend:

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

    r5730 r5731  
    2222
    2323#include "base_object.h"
    24 //#include "network_protocol.h"
     24#include "network_protocol.h"
    2525#include "network_socket.h"
    2626#include "connection_monitor.h"
     
    108108  /* first read 10bytes of data (debug) */
    109109
    110  while(ret == 0) { ret = this->networkSocket->readBytes((byte*)upBuffer,PACKAGE_SIZE);}
     110 ret = 0;
     111 while(ret == 0) { ret = this->networkSocket->readBlock((byte*)upBuffer,PACKAGE_SIZE);}
    111112
    112113
Note: See TracChangeset for help on using the changeset viewer.