생성일: 2025년 5월 18일
답변에 사용된 모델 O3 by Chat01
在Mux.Cool中,持续发送需要转发的报文使用以下哪个status的帧
{ "open": [ { "ref_id": "https://github.com/v2ray/manual/raw/master/zh_cn/developer/protocols/muxcool.md", "lineno": 1 } ], "response_length": "long" }
Thought for 22 seconds
应当使用 Keep 状态(0x02)的帧 来持续发送需要转发的数据报文。Keep 帧表示“保持子连接”,允许在子连接建立后不断把后续数据转发出去。github.com