rdgram.h
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. /*
  2.  * Copyright (c) 1991 by the University of Washington
  3.  *
  4.  * For copying and distribution information, please see the file
  5.  * <copyright.h>.
  6.  */
  7. #include <copyright.h>
  8. /* Queuing priorities for datagrams */
  9. #define        RDGRAM_MAX_PRI   32765  /* Maximum user proiority          */
  10. #define        RDGRAM_MAX_SPRI  32767  /* Maximum priority for system use */
  11. #define        RDGRAM_MIN_PRI  -32765  /* Maximum user proiority          */
  12. #define        RDGRAM_MIN_SPRI -32768  /* Maximum priority for system use */
  13. int rdgram_priority = 0;