传输层
Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (397:25-397:29) before the end of `tableData`
395 | | 拥塞窗口 cwnd | 接收窗口 rwnd |
396 | | -------------------------- | ---------------------------------- |
> 397 | | 发送方根据当前网络拥塞程度估计而确认的窗口值<br> | 接收方允许连续接收的能力,用来动态地调整发送方的发送窗口大小<br> |
| ^
398 |
399 | #### TCP 的流量控制方法
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors