-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Dec 29, 2024
1 parent
d2f0480
commit 7ba693c
Showing
5 changed files
with
178 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,155 @@ | ||
--- | ||
schema-version: v1.2.3 | ||
id: draft-lxin-quic-socket-apis-01 | ||
title: | ||
- content: Sockets API Extensions for In-kernel QUIC Implementations | ||
language: | ||
- en | ||
script: | ||
- Latn | ||
format: text/plain | ||
link: | ||
- content: https://datatracker.ietf.org/doc/html/draft-lxin-quic-socket-apis-01 | ||
type: src | ||
type: standard | ||
docid: | ||
- id: draft-lxin-quic-socket-apis-01 | ||
type: Internet-Draft | ||
primary: true | ||
- id: I-D.lxin-quic-socket-apis | ||
type: IETF | ||
scope: anchor | ||
docnumber: I-D.lxin-quic-socket-apis | ||
date: | ||
- type: published | ||
value: '2024-12-29' | ||
contributor: | ||
- person: | ||
name: | ||
given: | ||
forename: | ||
- content: Long | ||
language: | ||
- en | ||
- language: | ||
- en | ||
initial: L | ||
formatted_initials: | ||
content: L. | ||
language: | ||
- en | ||
surname: | ||
content: Xin | ||
language: | ||
- en | ||
completename: | ||
content: Long Xin | ||
language: | ||
- en | ||
affiliation: | ||
- organization: | ||
name: | ||
- content: Red Hat | ||
role: | ||
- type: author | ||
- person: | ||
name: | ||
given: | ||
forename: | ||
- content: Moritz | ||
language: | ||
- en | ||
- language: | ||
- en | ||
initial: M | ||
formatted_initials: | ||
content: M. | ||
language: | ||
- en | ||
surname: | ||
content: Buhl | ||
language: | ||
- en | ||
completename: | ||
content: Moritz Buhl | ||
language: | ||
- en | ||
affiliation: | ||
- organization: | ||
name: | ||
- content: Technical University of Munich | ||
role: | ||
- type: author | ||
- person: | ||
name: | ||
given: | ||
forename: | ||
- content: Marcelo | ||
language: | ||
- en | ||
- language: | ||
- en | ||
initial: M | ||
- language: | ||
- en | ||
initial: R | ||
formatted_initials: | ||
content: M. R. | ||
language: | ||
- en | ||
surname: | ||
content: Leitner | ||
language: | ||
- en | ||
completename: | ||
content: Marcelo Ricardo Leitner | ||
language: | ||
- en | ||
affiliation: | ||
- organization: | ||
name: | ||
- content: Red Hat | ||
role: | ||
- type: author | ||
version: | ||
- draft: '01' | ||
revdate: '2024-12-29' | ||
language: | ||
- en | ||
script: | ||
- Latn | ||
abstract: | ||
- content: "<p>This document describes a mapping of In-kernel QUIC Implementations | ||
into a sockets API. The benefits of this mapping include compatibility for TCP | ||
applications, access to new QUIC features, and a consolidated error and event | ||
notification scheme. In-kernel QUIC enables usage for both userspace applications | ||
and kernel consumers.</p>" | ||
language: | ||
- en | ||
script: | ||
- Latn | ||
format: text/html | ||
relation: | ||
- type: updates | ||
bibitem: | ||
id: draft-lxin-quic-socket-apis-00 | ||
docid: | ||
- id: draft-lxin-quic-socket-apis-00 | ||
type: Internet-Draft | ||
primary: true | ||
formattedref: | ||
content: draft-lxin-quic-socket-apis-00 | ||
format: text/plain | ||
series: | ||
- type: main | ||
title: | ||
content: Internet-Draft | ||
language: | ||
- en | ||
script: | ||
- Latn | ||
format: text/plain | ||
number: draft-lxin-quic-socket-apis-01 | ||
doctype: internet-draft | ||
ext: | ||
schema-version: v1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.