-
Notifications
You must be signed in to change notification settings - Fork 44
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
重度剪裁之后 #3
Comments
建议直接只用cronet |
cronet 似乎只有h3接口, 没有裸udp协议。 |
如果能裁剪出来一个裸UDP传输协议就好了 |
请问是把chromium base库裁掉了吗?直接使用的libc++吗? |
看源码是的 |
可以理解成google/quiche依赖的chromium大仓里面的类库全部单独在platform文件夹里面实现了一遍,特别是:
|
对于裸UDP传输协议,其实要看你需求的场景,只是需求基于UDP之上可靠传输的话有UDT一系列协议,并且也有DTLS可以拥抱TLS安全传输。如果需求不可靠传输,可以直接自定义传输协议:丢包恢复逻辑,flowcontrol逻辑等。 |
这个剪裁更简洁 对源码几乎无改动 webtransport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
再支持win32,adr/ios 难度有多大?
The text was updated successfully, but these errors were encountered: