diff options
| author | wangmenglan <[email protected]> | 2023-04-24 10:48:40 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-06 17:47:47 +0800 |
| commit | 8a7c196c20dea2005085ded654f207936608c8ba (patch) | |
| tree | d62135c429ddc50781a9f0aa705061651fcbaf42 /common/src/tfe_ctrl_packet.cpp | |
| parent | 11a46269f13a405bda5b42fb9ba3d364417e1932 (diff) | |
修改文件编码
Diffstat (limited to 'common/src/tfe_ctrl_packet.cpp')
| -rw-r--r-- | common/src/tfe_ctrl_packet.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/common/src/tfe_ctrl_packet.cpp b/common/src/tfe_ctrl_packet.cpp index 0b6b3dc..4fed27f 100644 --- a/common/src/tfe_ctrl_packet.cpp +++ b/common/src/tfe_ctrl_packet.cpp @@ -34,7 +34,6 @@ void ctrl_packet_parser_init(struct ctrl_pkt_parser *handler) // return -1 : error int ctrl_packet_parser_parse(struct ctrl_pkt_parser *handler, const char *data, size_t length) { - // TODO FREE return parse_messagepack(data, length, handler); } @@ -59,14 +58,6 @@ void ctrl_packet_parser_dump(struct ctrl_pkt_parser *handler) { TFE_LOG_INFO(g_default_logger, "%s: %d sce policy_ids[%03lu]", LOG_TAG_POLICY, i, handler->sce_policy_ids[i]); } - - uint64_t policy_id = 0; - tfe_cmsg_get_value(handler->cmsg, TFE_CMSG_POLICY_ID, (unsigned char *)&policy_id, 64, &cmsg_len); - TFE_LOG_INFO(g_default_logger, "TFE_CMSG_POLICY_ID: %lu", policy_id); - uint16_t client_mss = 0; - tfe_cmsg_get_value(handler->cmsg, TFE_CMSG_TCP_RESTORE_MSS_CLIENT, (unsigned char *)&client_mss, 16, &cmsg_len); - TFE_LOG_INFO(g_default_logger, "TFE_CMSG_TCP_RESTORE_MSS_CLIENT: %u", client_mss); - } } |
