ipt_tcpmss.h
来自「这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自」· C头文件 代码 · 共 11 行
H
11 行
#ifndef _IPT_TCPMSS_H#define _IPT_TCPMSS_Hstruct ipt_tcpmss_info { u_int16_t mss;};#define IPT_TCPMSS_CLAMP_PMTU 0xffff#endif /*_IPT_TCPMSS_H*/