Skip to content

Commit d49cbe7

Browse files
committed
Fix initial max path id TP number.
1 parent 1283cf7 commit d49cbe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

picoquic/picoquic_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ typedef uint64_t picoquic_tp_enum;
588588
#define picoquic_tp_grease_quic_bit 0x2ab2
589589
#define picoquic_tp_version_negotiation 0x11
590590
#define picoquic_tp_enable_bdp_frame 0xebd9 /* per draft-kuhn-quic-0rtt-bdp-09 */
591-
#define picoquic_tp_initial_max_path_id 0x0f739bbc1b666d0dull /* per draft quic multipath 12 */
591+
#define picoquic_tp_initial_max_path_id 0x0f739bbc1b666d0cull /* per draft quic multipath 12 */
592592
#define picoquic_tp_address_discovery 0x9f81a176 /* per draft-seemann-quic-address-discovery */
593593

594594
/* Callback for converting binary log to quic log at the end of a connection.

picoquictest/log_tp_test_ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
0102030405060708: Extension type: 1 (idle_timeout), length 1, 1e
5757
0102030405060708: Extension type: 3 (max_packet_size), length 2, 45c8
5858
0102030405060708: Extension type: 15 (hcid), length 8, 0203040506070809
59-
0102030405060708: Extension type: 1113404765106498829 (initial_max_path_id), length 1, 04
59+
0102030405060708: Extension type: 1113404765106498828 (initial_max_path_id), length 1, 04
6060

6161
0102030405060708: Extension list (36 bytes):
6262
0102030405060708: Extension type: 1 (idle_timeout), length 2, 400a

0 commit comments

Comments
 (0)