fix(native): 延迟云端中继 ACK 以完成京东原生握手 #2
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/jd-native-outbound-relay-20260806"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
根因:云平台需要宿主机普通 ICMP 应答建立 NAT 回程;普通应答与专用 HLDP ACK 同时到达会超过原生单 RX 缓冲。修复:保留普通应答,并延迟 0.25 秒发送白名单专用 ACK。已通过 QEMU 原生候选验收,以及 JD-FD-PRIMARY → BS-SG-003 真实公网 1–16 全序列 PASS_100。