Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2005, 9:07:21 PM (19 years ago)
Author:
patrick
Message:

network: valgrinded the network modules - zero error limit reached: small modification in NetworkSocket and ConnectionMonitor, nothing serious

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/network/data_stream.h

    r5747 r5808  
    3838      int passUp(byte* data);
    3939
    40       byte* upBuffer [DATA_STREAM_BUFFER_SIZE];
    41       byte* downBuffer [DATA_STREAM_BUFFER_SIZE];
     40      byte* upBuffer;
     41      byte* downBuffer;
    4242      unsigned int bufferSize;
    4343      DataStream* upStream;
Note: See TracChangeset for help on using the changeset viewer.