协议分片
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (8:86-8:90) before the end of `tableData`
6 | | **协议层** | **首部长度** | **说明** |
7 | |------------------|-------------------------------|-------------------------------------------------------------------------|
> 8 | | **以太网(链路层)** | 14 字节(MAC 头) + 4 字节(FCS) | - 源/目的 MAC 各 6 字节,类型 2 字节(如 0x0800=IPv4)。<br>- FCS(帧校验序列)可选。 |
| ^
9 | | **IPv4** | 20 字节(固定) + 可选选项 | - 最小 20 字节,选项字段≤40 字节(总长≤60 字节)。 |
10 | | **IPv6** | 40 字节(固定) | - 无选项字段,扩展头部单独计算。 |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors