-
Notifications
You must be signed in to change notification settings - Fork 541
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
Improve Documentation for Listener Callbacks #4700
Comments
Not only listener callbacks, but also Connection callnacks and Stream callacks |
|
and members of these structures: QUIC_LISTENER_EVENT |
and return values for each callback. for QUIC_STREAM_EVENT_RECEIVE, QUIC_STATUS_CONTINUE can be returned, as Using Streams says. simply return QUIC_STATUS_SUCCESS for all other cases? is there any special cases like QUIC_STREAM_EVENT_RECEIVE? |
Discussed in #4698
Originally posted by Streamlet December 10, 2024
The documents for quic functions is very detail, but there is few for callbacks.
Would you add more documents for each parameters of each kind of callbacks?
The text was updated successfully, but these errors were encountered: