Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
745 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. FaxRpcLimit.h
  5. Abstract:
  6. This file provides declaration of RPC buffer limits.
  7. Author:
  8. Oded Sacher (OdedS) Dec, 2001
  9. Revision History:
  10. --*/
  11. #ifndef _FAX_RPC_LIMIT_H
  12. #define _FAX_RPC_LIMIT_H
  13. //
  14. // RPC buffer limits
  15. //
  16. #define FAX_MAX_RPC_BUFFER (1024 * 1024) // Limits BYTE buffer to 1 MB.
  17. #define FAX_MAX_DEVICES_IN_GROUP 1000 // Limits the number of devices in an outbound routing group passed to RPC.
  18. #define FAX_MAX_RECIPIENTS 10000 // Limits the number of recipients in a broadcast job passed to RPC.
  19. #define RPC_COPY_BUFFER_SIZE 16384 // Size of data chunk used in RPC file copy
  20. #endif // _FAX_RPC_LIMIT_H