bb.h
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:0k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- /*
- * default defines for bearer box behaviour
- *
- * These all can be overriden in appropriate configuration files
- *
- */
- #ifndef BB_H
- #define BB_H
- #define BB_DEFAULT_THREAD_MAX 20
- #define BB_DEFAULT_HOST "localhost"
- #define BB_DEFAULT_SMSBOX_PORT 13001
- #define BB_DEFAULT_WAPBOX_PORT 13002
- #define BB_DEFAULT_HTTP_PORT 13000
- #define BB_DEFAULT_MAX_QUEUE 1000
- #endif