Socket.h
上传用户:may_ontech
上传日期:2007-01-08
资源大小:308k
文件大小:0k
源码类别:

图形图象

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef cmd_socket_H
  3. #define cmd_socket_H
  4. //---------------------------------------------------------------------------
  5. #define PACKAGESIZE 4096
  6. #define LISTENPORT  1999
  7. #define STREAMPORT  2000
  8. #endif