-
-
Notifications
You must be signed in to change notification settings - Fork 812
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
Actionscript Tracking: NetConnection #265
Comments
A promisiong Rust project that can help Ruffle to integrate the Net classes |
http3 webtransport accepts datagrams UDP under certain security conditions. |
Nevermind, didn't read the "FP". |
yeah it's about RTMFP, peer 2 peer, multicast and unicast protocol based on UDP datagramm, much butter than TCP avoiding congestion and accepting bits error and non blocking the streaming. |
an interesting option for ruffle dev team would be to follow the webassembly WASI community repo, working about system calls from the web browser in a total secure manner. |
This is the tracking issue for NetConnection in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.
Legend
Each checkbox is independent of another. It's entirely possible for something to be tested but not exist yet, or for us to believe that it's completely functional but we haven't made enough tests to prove it.
"Property Exists"
This means the item exists, but may not necessarily be fully implemented.
"Has Test Coverage"
This means that we believe that we have a good test coverage of this item, regardless of if those tests pass. It's okay to have tests available but not implement the item yet.
"Completely Functional"
This means we believe that the item is completely implemented, and no more work needs to be done towards making it functional.
NetConnection
Constructors
NetConnection()
Properties
isConnected : Boolean
protocol : String
uri : String
Methods
addHeader()
call(remoteMethod, resultObject)
close()
connect(targetURI)
onResult(infoObject)
onStatus(infoObject)
The text was updated successfully, but these errors were encountered: