UDP 用户数据报协议
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (32:68-32:72) before the end of `tableData`
30 | | **字段名** | **长度** | **含义** | **示例/备注** |
31 | | ---------- | ------ | ------------------------- | -------------------------------------------------------- |
> 32 | | **源端口号** | 16 位 | 发送方的端口号。 | - 范围:0~65535。 <br>- 可选(可为 0),表示无需回复。 |
| ^
33 | | **目的端口号** | 16 位 | 接收方的端口号。 | - 必须指定,用于目标应用寻址(如 DNS=53)。 |
34 | | **UDP 长度** | 16 位 | UDP 数据报的总长度(含首部和数据部分)。 | - 最小值为 8(仅首部,无数据)。 <br>- 最大理论值:65535 字节(受 IP 层 MTU 限制)。 |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors