Ignore:
Timestamp:
Nov 29, 2012, 1:59:04 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/include/local.h

    r745 r751  
    262262#define SERVER_NDR_PADDING_SIZE 8
    263263
    264 #define DEFAULT_SMB2_MAX_READ (1024*1024)
    265 #define DEFAULT_SMB2_MAX_WRITE (1024*1024)
    266 #define DEFAULT_SMB2_MAX_TRANSACT (1024*1024)
     264#define DEFAULT_SMB2_MAX_READ (64*1024)
     265#define DEFAULT_SMB2_MAX_WRITE (64*1024)
     266#define DEFAULT_SMB2_MAX_TRANSACT (64*1024)
    267267#define DEFAULT_SMB2_MAX_CREDITS 8192
    268 #define DEFAULT_SMB2_MAX_CREDIT_BITMAP_FACTOR 2
    269 
    270 #endif
     268
     269#endif
Note: See TracChangeset for help on using the changeset viewer.