<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>castaneai</author_name>
  <author_url>https://blog.hatena.ne.jp/castaneai/</author_url>
  <blog_title>castaneaiのブログ</blog_title>
  <blog_url>https://castaneai.hatenablog.com/</blog_url>
  <categories>
    <anon>quic</anon>
    <anon>go</anon>
  </categories>
  <description>TCPは接続相手ごとに1本のコネクション（1つのsocket）を持ち、そこを通路として通信する。 しかし、UDPは異なる。1つのsocketであらゆる通信相手からのパケットを受け取る。 では、UDPで実装されたQUICはどのように接続相手ごとのコネクションを保持しているのか、気になったので調べた。 quic-goというGoによるQUIC実装がGitHubにあって、Goであれば（自分がなれているのもあって）読みやすそう！と思って読んだ。 Connection IDによる管理 QUICは1つの接続につき1つの Connection ID というものが割り振られていて、それで接続相手を識別する。 q…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcastaneai.hatenablog.com%2Fentry%2F2020%2F02%2F25%2F143112&quot; title=&quot;quic-goはどのようにUDPをコネクション指向で扱っているか - castaneaiのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-25 14:31:12</published>
  <title>quic-goはどのようにUDPをコネクション指向で扱っているか</title>
  <type>rich</type>
  <url>https://castaneai.hatenablog.com/entry/2020/02/25/143112</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
