-
Notifications
You must be signed in to change notification settings - Fork 0
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
DataChannel/SCTP Testing #4
Comments
@lgrahl @enobufs @tuexen would be much better at this then me. Do you guys have an opinion on what the most common bugs/things you could see going wrong would be? The goal is to have some stuff to establish basic conformance between implementations (Go, C and Python) right now are the three stacks I know of. thanks! |
Great initiative. I'd be happy to share experience in browser/python interop during this project: @Sean-Der As mentioned offline, it would be great to socialize a community project for a cross language p2p version of [http fetch/request <-> WebRTC DC <-> http2-proxy] for IoT access use cases. I believe @steely-glint would be interested in that as well in relation to the pi.pe product. |
Probably forgot a lot but these are some common issues I've encountered in the wild:
|
@lgrahl is pretty thorough in his test suite so I don't really have any additional ones right now. However I'd like to mention the very neat work @marten-seemann has done for QUIC interop testing:
|
Stepping back a bit from SCTP to the whole stack. This raises the question - do we test each layer independently? Or do we test the layers in situ within the rtcweb stack? Personally I'd assumed we'd do in-situ testing - certainly of SCTP since it is a long way up - but I'm open to persuasion. |
No description provided.
The text was updated successfully, but these errors were encountered: