huitema / dnsoquic

DNS over QUIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add description of error codes

huitema opened this issue · comments

QUIC splits the error code space between "connection errors" that use error codes defined in the QUIC transport spec, and "application errors" that use error codes defined per application. Application level error codes are used in Reset Stream, Stop Sending, and Application triggered Connection Close. We probably need to add a section to the spec formally defining these error codes.