Skip to content

Commit

Permalink
[+] add support for mp ack in 06
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanmei-Liu committed Oct 27, 2023
1 parent c715ff7 commit 55c9add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/xqc_frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ xqc_process_frames(xqc_connection_t *conn, xqc_packet_in_t *packet_in)
}
break;
case 0x15228c00 ... 0x15228c01:
if (conn->conn_settings.multipath_version == XQC_MULTIPATH_05) {
if (conn->conn_settings.multipath_version >= XQC_MULTIPATH_05) {
ret = xqc_process_ack_mp_frame(conn, packet_in);

} else {
Expand Down

0 comments on commit 55c9add

Please sign in to comment.