Whats a/the "bluebook" in the context of network programming?

Ben*_*nno 4 network-programming ethernet ipv6 linux-kernel

My local header /usr/include/linux/if_ether.h has the following define:

#define ETH_P_IPV6     0x86DD /* IPv6 over bluebook */
Run Code Online (Sandbox Code Playgroud)

What is bluebook? I've never heard this term, and a cursory internet search didn't reveal anything related to network programming.

jpo*_*pou 5

从互联网档案:

1979 年,数字设备公司 (DEC)、英特尔和施乐联合起来,旨在标准化任何公司都可以使用的以太网系统。1980 年 9 月,这三个公司发布了第一个以太网规范的 1.0 版,称为“以太网蓝皮书”或“DIX 标准”(在三个公司的首字母之后)。它定义了“厚”以太网系统 (10Base5),基于 10 Mb/s CSMA/CD(CarrierSense Multiple Access with Collision Detection)协议。它被称为“粗”以太网,因为用于连接网络上的设备的同轴电缆很粗。第一个基于 DIX 标准的以太网控制器板大约在 1982 年面世。

这里报价。所以总而言之,它只是以太网的一个花哨的昵称。