v0.24.0 #2691
ramfox
announced in
Announcements
v0.24.0
#2691
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
iroh-netiroh::net::endpoint::Endpoint::acceptnow returnsIncominginstead ofConnecting. This allows rejecting incoming connections earlier, notify the initiating side to retry later and more. To get backConnecting, simply useIncoming::accept(). If all you did withConnectingbefore was to.awaitit, you can do the same withIncoming, too, and get back aConnection.iroh::net::endpoint::Builder::concurrent_connections. The amount of concurrent connections is now controlled by either callingIncoming::acceptorIncoming::refuseafterEndpoint::accept.This discussion was created from the release v0.24.0.
Beta Was this translation helpful? Give feedback.
All reactions