Error parsing MDX
[next-mdx-remote-client] error compiling MDX:
Expected a closing tag for `<br>` (78:47-78:51) before the end of `tableData`
76 | | **核心算法** | **慢启动** | **慢启动** 和 **拥塞避免** |
77 | | **计算单位** | 每个 RTT | 每个 ACK |
> 78 | | **增长模式** | 指数增长 (`cwnd` * 2) | 慢启动:`+1 MSS` <br> 拥塞避免:`+MSS/cwnd` |
| ^
79 | | **主要用途** | 快速估算慢启动过程 | 精确分析整个拥塞控制流程 |
80 |
More information: https://mdxjs.com/docs/troubleshooting-mdx
🧑🔧 See how to debug and solve most common MDX errors