IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2005, 11:57:31 AM (22 years ago)
Author:
jhoblitt
Message:

use a 64K write buffer in idataCopyFilehandle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/idataclient.c

    r2954 r2959  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: idataclient.c,v 1.4 2005-01-11 04:36:40 jhoblitt Exp $
     6 * $Id: idataclient.c,v 1.5 2005-01-11 21:57:31 jhoblitt Exp $
    77 */
    88
     
    267267    size_t          bytesRemaining;
    268268    size_t          writeSize;
    269     char            writeBuf[1024 * 1024];
     269    char            writeBuf[64 * 1024];
    270270    struct stat     sourceStat;
    271271
Note: See TracChangeset for help on using the changeset viewer.