darwin8.h
来自「net_snmp应用程序示例」· C头文件 代码 · 共 12 行
H
12 行
#include <stdint.h>#include "darwin7.h"/* * these apparently used to be in netinet/tcp_timers.h, but went away in * 10.4.2. Define them here til we find out a way to get the real values. */#define TCPTV_MIN ( 1*PR_SLOWHZ) /* minimum allowable value */#define TCPTV_REXMTMAX ( 64*PR_SLOWHZ) /* max allowable REXMT value */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?