<?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[winsock ( anzahl vorhandene bytes )]]></title><description><![CDATA[<p>mit select kann ich ja prüfen ob an einem sockets daten anliegen die gelesen werden können</p>
<p>kann ich auch irgendwie rausbekommen wieviele bytes vorhanden sind bevor ich recv aufrufe?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/99753/winsock-anzahl-vorhandene-bytes</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 17:38:11 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/99753.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Jan 2005 15:18:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to winsock ( anzahl vorhandene bytes ) on Mon, 31 Jan 2005 15:18:51 GMT]]></title><description><![CDATA[<p>mit select kann ich ja prüfen ob an einem sockets daten anliegen die gelesen werden können</p>
<p>kann ich auch irgendwie rausbekommen wieviele bytes vorhanden sind bevor ich recv aufrufe?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/711316</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/711316</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Mon, 31 Jan 2005 15:18:51 GMT</pubDate></item><item><title><![CDATA[Reply to winsock ( anzahl vorhandene bytes ) on Mon, 31 Jan 2005 15:41:00 GMT]]></title><description><![CDATA[<p>das geht mit 'ioctlsocket (... FIONREAD ...)'<br />
guckst du: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/ioctlsocket_2.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/ioctlsocket_2.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/711343</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/711343</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Mon, 31 Jan 2005 15:41:00 GMT</pubDate></item></channel></rss>