-
Notifications
You must be signed in to change notification settings - Fork 182
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
Figure out how to map QUIC to network.*
attributes
#1237
Comments
network.*
network.*
attributes
Sorry, missed that there is |
network.*
attributesnetwork.*
attributes
I don't see any controversy in Do you feel we need to mention it explicitly? |
So there are two different protocols in the same OSI layer while |
QUIC is built on top of UDP. Is that a conflict? |
@JamesNK |
Area(s)
network
Is your change request related to a problem? Please describe.
Edit: #1237 (comment)
Today it's not clear what
network.*
attributes should be assigned to what values when using QUIC orUnix Domain Sockets.The attribute spec links to OSI definitions which do not list these protocols, and in fact these protocols do not map well to OSI concepts.
https://osi-model.com/network-layer/
https://osi-model.com/transport-layer/
#389 recommends mapping
network.transport=quic
for QUIC, which is not really accurate if we take OSI literally. I believe this is a source of confusion. The spec should provide explicit recommendations to help determine attribute choices for protocols that do not map well to OSI.Describe the solution you'd like
After making a decision, make sure that
quic
andare listed as well-known values in the spec, making it clear what should be used.uds
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: