Replies: 1 comment 1 reply
-
e.g., Listener callbacksQUIC_LISTENER_EVENT_NEW_CONNECTIONListener... Context... EventQUIC_LISTENER_EVENT structure Typealways be QUIC_LISTENER_EVENT_NEW_CONNECTION NEW_CONNECTIONFor QUIC_LISTENER_EVENT_NEW_CONNECTION, members in the union except NEW_CONNECTION are invalid.
ReturnApplication should always return QUIC_STATUS_SUCCESS. Remark... QUIC_LISTENER_EVENT_STOP_COMPLETE... Connection callbacks... Stream callbacks... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions