Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] archiver #3972

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

[WIP] archiver #3972

wants to merge 8 commits into from

Conversation

topointon-jump
Copy link
Contributor

WIP - net tile archiver and replayer.

not ready for review

@topointon-jump topointon-jump force-pushed the topointon/net-archiver branch 3 times, most recently from bbf7ff7 to 629fea1 Compare January 24, 2025 18:01
@topointon-jump topointon-jump force-pushed the topointon/net-archiver branch 5 times, most recently from ecc4be4 to fac18b5 Compare January 29, 2025 05:10
Copy link
Contributor

Choose a reason for hiding this comment

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

Each tile should have a short description what it does

tile->out_cnt, topo->links[ tile->out_link_id[ 0 ] ].name, topo->links[ tile->out_link_id[ 1 ] ].name ));
if( FD_UNLIKELY( tile->out_cnt!=2UL ) )
FD_LOG_ERR(( "quic tile has none or unexpected output links %lu",
tile->out_cnt ));
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like an unrelated change?

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