You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1、走到xqc_process_crypto_frame第一步就置了类型:
/* ack even if the token check fail */
packet_in->pi_frame_types |= XQC_FRAME_BIT_CRYPTO;
2、xqc_parse_crypto_frame这个函数的结尾同样赋值:
packet_in->pi_frame_types |= XQC_FRAME_BIT_CRYPTO;
这里有些重复,是否可以把xqc_parse_crypto_frame的赋值删掉?
Beta Was this translation helpful? Give feedback.
All reactions