diff options
| author | yangyubo <[email protected]> | 2023-08-25 11:00:23 +0800 |
|---|---|---|
| committer | yangyubo <[email protected]> | 2023-08-25 11:01:14 +0800 |
| commit | abc9363ac16db3fb396051dc0f41dc5f3638b688 (patch) | |
| tree | 22343cb4eee032a9d77844806070584f1990e702 /src | |
| parent | d1801d4f20d09eb57be22b8f59df7fb3befb9aa6 (diff) | |
增加mpack处理原始负载的测试用例;修复笔误tcp_ack_sids
Diffstat (limited to 'src')
| -rw-r--r-- | src/tsg_proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_proxy.cpp b/src/tsg_proxy.cpp index 1ec7276..7e3bc9f 100644 --- a/src/tsg_proxy.cpp +++ b/src/tsg_proxy.cpp @@ -587,7 +587,7 @@ void tsg_proxy_update_policy_fill(const struct streaminfo *stream, struct update cmsg->tcp_ack_route_ctx.len = server->route_ctx_len; cmsg->tcp_ack_route_ctx.buff = (char *)server->route_ctx; - update_segment_sids(&cmsg->tcp_seq_sids, segment_ids->sid_list+1, segment_ids->sz_sidlist-1); // delete intercept sid + update_segment_sids(&cmsg->tcp_ack_sids, segment_ids->sid_list+1, segment_ids->sz_sidlist-1); // delete intercept sid update_segment_sids(&cmsg->tcp_ack_sids, server->sid_list.sid_list, server->sid_list.sz_sidlist); if (client->wscale_set && server->wscale_set) { |
