usrUdp.c
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* usrUdp.c - Configuration parameters for UDP */
  2. /* Copyright 1992 - 1998 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,18aug98,ann  created this configlette from usrNetwork.c
  7. */
  8. /*
  9. DESCRIPTION
  10. This configlette contains the configuration parameters for
  11. the UDP library. It is included by the INCLUDE_UDP component.
  12. NOMANUAL
  13. */
  14. UDP_CFG_PARAMS udpCfgParams =   /* udp configuration parameters */
  15.     {
  16.     UDP_FLAGS_DFLT,
  17.     UDP_SND_SIZE_DFLT,          /* send buffer size */
  18.     UDP_RCV_SIZE_DFLT           /* recv buffer size */
  19.     };