Skip to content

Conversation

akhinvasara-jumptrading
Copy link
Contributor

This PR extends quic_trace for the full client (particularly send_tile). It simplifies the rebasing logic and fixes various quic_trace bugs.

@@ -355,11 +348,11 @@ fd_quic_trace_1rtt( fd_quic_trace_ctx_t * trace_ctx,
"\"flow\": \"%s\", "
"\"trace_time\": \"%s\", "
"\"src_ip_addr\": \"" FD_IP4_ADDR_FMT "\", "
"\"src_udp_port\": %u, "
"\"src_udp_port\": \"%u\", "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are numbers. Why wrap them in quotes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to make this lowly err msg consistent with the presumably 'correct' version in fd_quic_pretty_print_quic_pkt
do you think I should change them both to leave off the quotes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't realize another was different. This is fine. I might take a look to make everything follow the same policy. But for now, at least this makes them consistent.

Copy link
Contributor

@nbridge-jump nbridge-jump left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a couple of comments

@akhinvasara-jumptrading akhinvasara-jumptrading added this pull request to the merge queue Sep 15, 2025
Merged via the queue into main with commit 7dfc5d8 Sep 15, 2025
11 checks passed
@akhinvasara-jumptrading akhinvasara-jumptrading deleted the akhin/quic_trace_send branch September 15, 2025 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants