<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>alexei-karamazov</author_name>
  <author_url>https://blog.hatena.ne.jp/alexei-karamazov/</author_url>
  <blog_title>ひよっこエンジニアの日記</blog_title>
  <blog_url>https://alexei-karamazov.hatenadiary.org/</blog_url>
  <categories>
    <anon>ネットワークプログラミング</anon>
    <anon>C言語</anon>
    <anon>下書き</anon>
  </categories>
  <description>前回で、エコーサーバがクライアントからの入力に何度でも応答を返すように改良をしました。しかし、未だに問題点があります。複数のクライアントからの入力に対応できていないのです。 実際に試してみるとすぐわかるのですが、クライアントAがエコーサーバにアクセスしているときは、別のクライアントBはエコーサーバに接続はできても、応答が返ってきません。そこで今回は、複数のクライアントからの接続にも対応できるようにします。 ソースコード //echo_main.cのファイル #include &lt;stdio.h&gt; #include &lt;stdlib.h&gt; #include &lt;string.h&gt; #include &lt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Falexei-karamazov.hatenadiary.org%2Fentry%2F20130206%2F1360159150&quot; title=&quot;エコーサーバの改良� - ひよっこエンジニアの日記&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>2013-02-06 22:59:10</published>
  <title>エコーサーバの改良�</title>
  <type>rich</type>
  <url>https://alexei-karamazov.hatenadiary.org/entry/20130206/1360159150</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
