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

Add high-level boundary management interface #2177

Open
wants to merge 1 commit into
base: dev-next
Choose a base branch
from

Conversation

beryll1um
Copy link

@beryll1um beryll1um commented Oct 14, 2024

I rewrote the router's boundary management part to implement dynamic management from a high-level box interface. This also includes a number of changes I made in the process of rewriting some messy parts, such as the Outbound tree bottom-top starter.

What I reallly need is someone how is experianced in this project (like @nekohasekai) to check my changes and verify everything good and I didn't forget anything. I'm planning to run my project on it, so wait for more improvements in the future =)

@beryll1um beryll1um force-pushed the dev-router-boundary-management branch 2 times, most recently from 0d7c3e6 to b611205 Compare October 15, 2024 00:03
@beryll1um
Copy link
Author

Still working on some minor improvements and bug fixes. I think this change requires better logging for closing outbound, but not all outbound implementations have a close method, which makes it a bit messy, so maybe we'll have to do the same thing we do on inbound to unify the outbound close interface and put the close log there.

@beryll1um
Copy link
Author

beryll1um commented Oct 15, 2024

See examples in #2180!

@beryll1um
Copy link
Author

Revised few boundary mutex read lock places, and improved the structure of the Router interface and implementation.

I rewrote the router's boundary management part to implement dynamic management
from a high-level box interface. This also includes a number of changes I made
in the process of rewriting some messy parts, such as the Outbound tree
bottom-top starter.
@beryll1um beryll1um force-pushed the dev-router-boundary-management branch from c945858 to f25cb7c Compare October 17, 2024 08:19
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.

1 participant