quic_stream_write 单次允许写入最大值 #304
Answered
by
iyangsj
lion117
asked this question in
Q&A (问题和回答)
-
需求使用tquic用于传输视频, 视频编码器输出一个I帧可能达到8W字节大小. 问题quic_stream_write 单次允许写入最大值是多少? |
Beta Was this translation helpful? Give feedback.
Answered by
iyangsj
Jul 3, 2024
Replies: 2 comments 2 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
具体的单次写入最大值没有明确的固定值,可以调用 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lion117
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
具体的单次写入最大值没有明确的固定值,可以调用
quic_stream_capacity
获取当前流允许写入大小https://tquic.net/docs/api_reference/c_quic#quic_stream_capacity