<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kazuhira</author_name>
  <author_url>https://blog.hatena.ne.jp/Kazuhira/</author_url>
  <blog_title>CLOVER🍀</blog_title>
  <blog_url>https://kazuhira-r.hatenablog.com/</blog_url>
  <categories>
    <anon>Scala</anon>
  </categories>
  <description>これまで、Clojureを中心にUDPを使ったプログラミングをしていましたが、今回はちょっとScalaのみにします。お題は、高信頼型（Reliable）UDP。UDPは、データグラムが正しい順序で到着することを保証しませんし、パケットロスも検出できません。これを克服するために、 すべてのデータグラムにシーケンス番号を付ける 送信側は、（受信側からの）確認にタイムアウトを設け、確認が時間以内に来なかったらリクエストを再送する ということで信頼性を付与します。タイムアウトと再送については、単に一定のタイムアウト時間を使うやり方ではなく、ネットワークの性質や状態、負荷などを考慮する必要があります。こ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkazuhira-r.hatenablog.com%2Fentry%2F20130921%2F1379774412&quot; title=&quot;Scalaで書く、高信頼型（Reliable）UDP Echoクライアント／サーバ - CLOVER🍀&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>https://images-fe.ssl-images-amazon.com/images/I/51cjfMLeb1L._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-09-21 23:40:12</published>
  <title>Scalaで書く、高信頼型（Reliable）UDP Echoクライアント／サーバ</title>
  <type>rich</type>
  <url>https://kazuhira-r.hatenablog.com/entry/20130921/1379774412</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
