<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">

<channel>
<title><![CDATA[BoardTracker - Networking]]></title>
<link>http://www.boardtracker.com/all/971/1/</link>
<description><![CDATA[Latest threads from "Networking"]]></description>
<pubDate>Sun, 07 Sep 2008 15:59:02 GMT</pubDate>
<lastBuildDate>Sun, 07 Sep 2008 15:59:02 GMT</lastBuildDate>
<item>
<title><![CDATA[Process terminates with error code 143...]]></title>
<link>http://www.boardtracker.com/rss/thread/64327173</link>
<description><![CDATA[ I'm having a server application (built on top of epoll mechanism). Client Login and Logoff events are asyncronous - marking the FDs for these events are done by different threads. Around 70,00...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64327173</guid>
<pubDate>Tue, 02 Sep 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Windows XP SP3...]]></title>
<link>http://www.boardtracker.com/rss/thread/64291333</link>
<description><![CDATA[ Although this is a networking forum, of course a network is no use if the PCs are dead. If you want dead PCs, try Windows XP SP3. Hopefully you will be luckier than me. My trusty reliable 5 yr o...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64291333</guid>
<pubDate>Sun, 31 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Receiving SIGPIPE on send() error...]]></title>
<link>http://www.boardtracker.com/rss/thread/64208555</link>
<description><![CDATA[ Hi all, I have a TCP client-server application. If network connection is lost when send is executed (in client), I want client to re-initiate a new TCP connection. I have mulitple send() ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64208555</guid>
<pubDate>Mon, 25 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[UDP transfer large packets...]]></title>
<link>http://www.boardtracker.com/rss/thread/64151365</link>
<description><![CDATA[ I know the max IP data packets of nulticast can not excess the MTU, if I want to transfer large packets, can UDP multicast itself divide them ? thanks. ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64151365</guid>
<pubDate>Thu, 21 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Proxy setup...]]></title>
<link>http://www.boardtracker.com/rss/thread/64151366</link>
<description><![CDATA[ Hai friends , I need help regarding Proxy setup in socket programming in linux environment please help me out how to setup a given Proxy IP and Proxy port in Socket programming. Thanks in ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64151366</guid>
<pubDate>Wed, 20 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Recvfrom wont recieve, although tcp dump does?...]]></title>
<link>http://www.boardtracker.com/rss/thread/64087116</link>
<description><![CDATA[ Hi i am coding a sntp client connectionless over udp port 123. porblem is that i can send the packets out and get a reply (according to tcprdump) but recvfrom don't get anything the socket succe...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64087116</guid>
<pubDate>Tue, 19 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[msgget() error...]]></title>
<link>http://www.boardtracker.com/rss/thread/64087122</link>
<description><![CDATA[ Code: #include &lt;stdio.h&gt; #include &lt;unistd.h&gt; #include &lt;sys pes.h&gt; #include &lt;sys/stat.h&gt; #include &lt;sys/ipc.h&gt; #include &lt;sys/msg.h&gt; #include &lt;fcntl....]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64087122</guid>
<pubDate>Mon, 18 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[socket programming ftp client...]]></title>
<link>http://www.boardtracker.com/rss/thread/64029348</link>
<description><![CDATA[ hi i want to write a small ftp client(in C) for downloading files on internet i had already written a small client and server both of which can communicate with each other one by o...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64029348</guid>
<pubDate>Fri, 15 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Detecting failure on send()...]]></title>
<link>http://www.boardtracker.com/rss/thread/64029350</link>
<description><![CDATA[ Hi all, I want the client to reinitiate a new TCP connection if there is any connectivity loss on TCP send(). After connect() is successful on the client, I terminated the server process. ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64029350</guid>
<pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[boa webserver...]]></title>
<link>http://www.boardtracker.com/rss/thread/64029352</link>
<description><![CDATA[ hi folks! i've met with a strange behaviour at boa webserver, i dont know if the problem is at the server or the device. the problem is that in random times the server does not respond to ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/64029352</guid>
<pubDate>Thu, 14 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Handle error for setsockopt or not?...]]></title>
<link>http://www.boardtracker.com/rss/thread/63963370</link>
<description><![CDATA[ Hello! I'm wondering if I can omit error handling for setsockopt() function. Implementing error handling for this function is in my situation quite painful (because specific code). So my quest...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63963370</guid>
<pubDate>Tue, 12 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Socket descriptor same as stdin...]]></title>
<link>http://www.boardtracker.com/rss/thread/63828130</link>
<description><![CDATA[ hi, I m trying to build a object oriented library for networking socket api (just for learning and fun)in c++ but when i try to create a socket with socket function it always returns 0 (same a...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63828130</guid>
<pubDate>Sat, 02 Aug 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[How to determine whether the TCP client socket is closed...]]></title>
<link>http://www.boardtracker.com/rss/thread/63765199</link>
<description><![CDATA[ Is there any way of determining inside a tcp server program whether the connected client socket is closed or not? I used select with exception fdset set, but no effect. Is there any TCP primitiv...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63765199</guid>
<pubDate>Tue, 29 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Flush/Clear an existing Message Queue...]]></title>
<link>http://www.boardtracker.com/rss/thread/63700591</link>
<description><![CDATA[ Hello, As soon as the process begins, the main() thread creates a Message Queue as shown below Code: int createDlSMsgQ() { key_t dlKey; if ((dlKey = ftok(&quot;.&quot;, 'B')+1...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63700591</guid>
<pubDate>Fri, 25 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[UNIX UDP Socket...]]></title>
<link>http://www.boardtracker.com/rss/thread/63700597</link>
<description><![CDATA[ HI, When receiver is not ready to receive on the UDP socket,meanwhile Sender called 'sendto' with message size say 50 bytes twice to the receiver. When receiver become ready and call 'recvfrom'...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63700597</guid>
<pubDate>Thu, 24 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[free a port in TIMED_WAIT state...]]></title>
<link>http://www.boardtracker.com/rss/thread/63500567</link>
<description><![CDATA[ We have a daemon listening on port 300. This daemon we use for some testing because of some reasons the tests hanged and we could see some connected port in TIMED_WAIT test. We could not free th...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63500567</guid>
<pubDate>Mon, 14 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[recv(): bad file description...]]></title>
<link>http://www.boardtracker.com/rss/thread/63432956</link>
<description><![CDATA[ hello! i wrote a tcp client,which send a package to server and recv response each time in a while circle.when error ocurs ,the client reconnects. the problem is the recv return a negtive every...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63432956</guid>
<pubDate>Sat, 12 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Client that read random value...]]></title>
<link>http://www.boardtracker.com/rss/thread/63357167</link>
<description><![CDATA[ Hello, I wrote a client, that read from server a buffer. This buffer is a mesure of temperature. When i run the client in the pc, where is installed the the server, i read the right value of t...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63357167</guid>
<pubDate>Sun, 06 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Netsnmp: too many sockets...]]></title>
<link>http://www.boardtracker.com/rss/thread/63291647</link>
<description><![CDATA[ Hello all ! I have a snmp poller, built over libnetsnmp, which now demands a higher load than usual (at least for my environment). It runs fine with tens of agents, but when the number grows t...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63291647</guid>
<pubDate>Wed, 02 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[select() is returning 0 FDs (if the load is more)...]]></title>
<link>http://www.boardtracker.com/rss/thread/63291650</link>
<description><![CDATA[ Hi Frnds, I am the new user and posting my very first query, expecting needful reply I am using UDP sockets for Inter Process Communication (with in the device, I want to communicate to othe...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63291650</guid>
<pubDate>Tue, 01 Jul 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[recvmsg to read only control information ,without reading any data...]]></title>
<link>http://www.boardtracker.com/rss/thread/63224577</link>
<description><![CDATA[ Hi, I was trying to figure out the process id of the client process using SO_PASSCRED socket option on the server socket. The pid would be read as control information in recvmsg. But I h...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63224577</guid>
<pubDate>Mon, 30 Jun 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[select() problem...]]></title>
<link>http://www.boardtracker.com/rss/thread/63175772</link>
<description><![CDATA[ Code: /* watch listenSocket to see when it has an input */ fd_set set; FD_ZERO(&amp;set); FD_SET(listenSocket, &amp;set); /* timeout to the accept() call */ struct timeval ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63175772</guid>
<pubDate>Thu, 26 Jun 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Server Listening to two different ports...]]></title>
<link>http://www.boardtracker.com/rss/thread/63175773</link>
<description><![CDATA[ Hi, I am learning socket programming in C for an upcoming project at work. I have created two client sockets one connects to http server of given ip on port 80 and fetches Get request and the ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63175773</guid>
<pubDate>Wed, 25 Jun 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[UDP Packet Loss...]]></title>
<link>http://www.boardtracker.com/rss/thread/63123909</link>
<description><![CDATA[ Hello, it's my first post here and I'm sure I'll get some good answers from you guys.. In first place, sorry if if my english is a little wrong, I'm from Argentina :-) I'm designing a tool f...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63123909</guid>
<pubDate>Sun, 22 Jun 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[INETADDR_ANY vs 127.0.0.1...]]></title>
<link>http://www.boardtracker.com/rss/thread/63080678</link>
<description><![CDATA[ Hello! I'm still don't understand the difference between binding INETADDR_ANY and loopback address 127.0.0.1. Can someone explain me it please. ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/63080678</guid>
<pubDate>Sun, 22 Jun 2008 00:00:00 GMT</pubDate>
</item>

</channel>
</rss>
