ns-linux-param.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /* 
  2.  * TCP-Linux module for NS2 
  3.  *
  4.  * May 2006
  5.  *
  6.  * Author: Xiaoliang (David) Wei  (DavidWei@acm.org)
  7.  *
  8.  * NetLab, the California Institute of Technology 
  9.  * http://netlab.caltech.edu
  10.  *
  11.  * Module: linux/ns-linux-param.h
  12.  *      This is the header file Linux parameters
  13.  *
  14.  * See a mini-tutorial about TCP-Linux at: http://netlab.caltech.edu/projects/ns2tcplinux/
  15.  *
  16.  */
  17. #ifndef NS_LINUX_PARAM_H
  18. #define NS_LINUX_PARAM_H
  19. extern unsigned char sysctl_tcp_abc;
  20. extern unsigned char tcp_max_burst;
  21. extern unsigned char debug_level;
  22. #endif