readme
来自「BCAST Implementation for NS2」· 代码 · 共 13 行
TXT
13 行
## $XORP: xorp/mrt/include/linux/netinet/README,v 1.1.1.1 2002/12/11 23:56:07 hodson Exp $#This directory contains Linux include fixup files.Linux doesn't have <netinet/ip_mroute.h>. Instead, it has <linux/mroute.h>.Well, including <linux/mroute.h> together with <netinet/in.h> results inerrors, because <linux/mroute.h> includes <linux/in.h>, and includingboth <netinet/in.h> and <linux/in.h> is a hell of a compilation mess-up.Hopefully it will be fixed in future Linux distributions.The solution here was sent to me by "Jonathan Day" <jd9812@my-dejanews.com>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?