Source code of Windows XP (NT5)
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.

72 lines
2.0 KiB

  1. /************************************************************************
  2. * *
  3. * INTEL CORPORATION PROPRIETARY INFORMATION *
  4. * *
  5. * This software is supplied under the terms of a license *
  6. * agreement or non-disclosure agreement with Intel Corporation *
  7. * and may not be copied or disclosed except in accordance *
  8. * with the terms of that agreement. *
  9. * *
  10. * Copyright (C) 1997 Intel Corp. All Rights Reserved *
  11. * *
  12. * $Archive: S:\sturgeon\src\gki\vcs\dgkilit.h_v $
  13. * *
  14. * $Revision: 1.3 $
  15. * $Date: 08 Feb 1997 12:05:00 $
  16. * *
  17. * $Author: CHULME $
  18. * *
  19. * $Log: S:\sturgeon\src\gki\vcs\dgkilit.h_v $
  20. *
  21. * Rev 1.3 08 Feb 1997 12:05:00 CHULME
  22. * Added semaphore related literals for cleanly terminating retry thread
  23. *
  24. * Rev 1.2 10 Jan 1997 16:14:06 CHULME
  25. * Removed MFC dependency
  26. *
  27. * Rev 1.1 22 Nov 1996 15:23:58 CHULME
  28. * Added VCS log to the header
  29. *************************************************************************/
  30. // dgkilit.h : header file
  31. //
  32. #ifndef DGKILIT_H
  33. #define DGKILIT_H
  34. #define WSVER_MAJOR 1
  35. #define WSVER_MINOR 1
  36. // registration retry constants
  37. #define GKR_RETRY_TICK_MS 1000
  38. #define GKR_RETRY_INTERVAL_SECONDS 5
  39. #define GKR_RETRY_MAX 3
  40. // call retry constants
  41. #define GKCALL_RETRY_INTERVAL_SECONDS 5
  42. #define GKCALL_RETRY_MAX 3
  43. #define DEFAULT_RETRY_MS 5000
  44. #define DEFAULT_MAX_RETRIES 3
  45. #define DEFAULT_STATUS_PERIOD (1500 * 1000)/GKR_RETRY_TICK_MS
  46. //#define GKREG_TIMER_ID 100
  47. #define IPADDR_SZ 15
  48. #define IPXADDR_SZ 21
  49. #define GKIP_DISC_MCADDR "224.0.1.41"
  50. #define GKIP_DISC_PORT 1718
  51. #define GKIP_RAS_PORT 1719
  52. //TBD - Replace with real port numbers
  53. #define GKIPX_DISC_PORT 12
  54. #define GKIPX_RAS_PORT 34
  55. // Thread related defs (in msecs)
  56. #define TIMEOUT_SEMAPHORE 1000
  57. #define TIMEOUT_THREAD 10000
  58. typedef InfoRequestResponse_perCallInfo_Element CallInfoStruct;
  59. #endif // DGKILIT_H