ns-linux-param.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
- /*
- * TCP-Linux module for NS2
- *
- * May 2006
- *
- * Author: Xiaoliang (David) Wei (DavidWei@acm.org)
- *
- * NetLab, the California Institute of Technology
- * http://netlab.caltech.edu
- *
- * Module: linux/ns-linux-param.h
- * This is the header file Linux parameters
- *
- * See a mini-tutorial about TCP-Linux at: http://netlab.caltech.edu/projects/ns2tcplinux/
- *
- */
- #ifndef NS_LINUX_PARAM_H
- #define NS_LINUX_PARAM_H
- extern unsigned char sysctl_tcp_abc;
- extern unsigned char tcp_max_burst;
- extern unsigned char debug_level;
- #endif