diff options
| author | wangmenglan <[email protected]> | 2023-05-09 22:12:38 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-09 22:13:20 +0800 |
| commit | 542f4cbdfa6f58dd8a07e35663116a08f54170bd (patch) | |
| tree | a23444151ef7dbef555d3ed213cc1465d4843d88 /platform/src/tcp_stream.cpp | |
| parent | fecc023418f9e659b46a47e7374c956080a9db67 (diff) | |
TSG-14930 TFE支持发送控制报文给SAPPv4.8.10-20230509
Diffstat (limited to 'platform/src/tcp_stream.cpp')
| -rw-r--r-- | platform/src/tcp_stream.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/src/tcp_stream.cpp b/platform/src/tcp_stream.cpp index ab6494d..7df5883 100644 --- a/platform/src/tcp_stream.cpp +++ b/platform/src/tcp_stream.cpp @@ -1533,6 +1533,7 @@ void tfe_stream_destory(struct tfe_stream_private * stream) if (stream->cmsg) { + tfe_cmsg_set_flag(stream->cmsg, TFE_CMSG_FLAG_USER0); tfe_cmsg_destroy(stream->cmsg); } |
