Y
Hacker News
new
|
ask
|
show
|
jobs
by
wahern
319 days ago
API RFC is
https://datatracker.ietf.org/doc/html/draft-lxin-quic-socket...
2 comments
Ericson2314
319 days ago
Ah fuck, it still has a stream_id notion
How are socket APIs always such garbage....
link
wahern
319 days ago
At least the SCTP API has sctp_peeloff, which gives you a new single-stream socket descriptor for the connection. Maybe QUIC will get something like that, eventually. Kind of a glaring omission, though, unless I'm misunderstanding.
link
Ericson2314
319 days ago
Yeah. Huge omission.
link
signa11
319 days ago
> API RFC is ...
still a draft though.
link
How are socket APIs always such garbage....