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

Get agreed att mtu from connection #231

Closed
pperanich opened this issue Jan 11, 2025 · 1 comment · Fixed by #233
Closed

Get agreed att mtu from connection #231

pperanich opened this issue Jan 11, 2025 · 1 comment · Fixed by #233

Comments

@pperanich
Copy link
Contributor

It would be very useful to be able to get the agreed upon att mtu from a connection after the handshake has occured. I think this could take the form of adding a new ConnectionEvent, or by making the Connection::get_att_mtu method public outside of the crate. Open to other implementation ideas as well!

@lulf
Copy link
Member

lulf commented Jan 11, 2025

Thanks for raising the issue, I agree. I think exposing the Connection::get_att_mtu() is the way to go, since it's something you want to check outside the place where you're processing the events.

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 a pull request may close this issue.

2 participants