<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Socket (nonblocking)]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich einen Socket auf nonblocking setzen?</p>
<p>Gemeint ist folgendes: eine Server wartet mit<br />
<strong>accept( acceptSocket, NULL, NULL )</strong><br />
auf den Client.</p>
<p>Ich möchte, dass wenn die Verbindung nicht zustande kommt, abgebrochen wird.</p>
<p>Was muss ich tun?</p>
<p>Danke für eure Hilfe!</p>
<p>Dieter</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/65650/socket-nonblocking</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 16:26:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/65650.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Feb 2004 17:55:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Socket (nonblocking) on Fri, 20 Feb 2004 17:55:02 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich einen Socket auf nonblocking setzen?</p>
<p>Gemeint ist folgendes: eine Server wartet mit<br />
<strong>accept( acceptSocket, NULL, NULL )</strong><br />
auf den Client.</p>
<p>Ich möchte, dass wenn die Verbindung nicht zustande kommt, abgebrochen wird.</p>
<p>Was muss ich tun?</p>
<p>Danke für eure Hilfe!</p>
<p>Dieter</p>
]]></description><link>https://www.c-plusplus.net/forum/post/464250</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/464250</guid><dc:creator><![CDATA[Dinnus]]></dc:creator><pubDate>Fri, 20 Feb 2004 17:55:02 GMT</pubDate></item><item><title><![CDATA[Reply to Socket (nonblocking) on Fri, 20 Feb 2004 18:06:04 GMT]]></title><description><![CDATA[<p>Dinnus schrieb:</p>
<blockquote>
<p>Was muss ich tun?</p>
</blockquote>
<p>Die Dokumentation lesen: <a href="http://msdn.microsoft.com/library/en-us/winsock/winsock/winsock_functions.asp" rel="nofollow">Winsock Functions</a></p>
<p>Z.B. zu ioctlsocket, WSAEventSelect, WSAAsyncSelect, etc. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/464257</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/464257</guid><dc:creator><![CDATA[Christoph]]></dc:creator><pubDate>Fri, 20 Feb 2004 18:06:04 GMT</pubDate></item><item><title><![CDATA[Reply to Socket (nonblocking) on Fri, 20 Feb 2004 18:38:06 GMT]]></title><description><![CDATA[<p>Ich danke Dir. Nach dem lesen und ... funktioniert die Sache!</p>
<p>Schönes Wochenende!</p>
<p>Dieter</p>
]]></description><link>https://www.c-plusplus.net/forum/post/464267</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/464267</guid><dc:creator><![CDATA[Dinnus]]></dc:creator><pubDate>Fri, 20 Feb 2004 18:38:06 GMT</pubDate></item></channel></rss>