Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Networking [26 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
Developer Web Is this a bug in OS/X Leopard 10.5.5, or am I doing something wrong?  
00:30 7-Oct-08   [Replies: 1, Views: 15]    By: jfriesne
Hi all, I just recently upgraded my development Mac from OS/X 10.5.4 to 10.5.5, and now some code that was working before no longer works. Can someone help me confirm or deny that my code is ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web removing a socket from the set  
03:58 6-Oct-08   [Replies: 1, Views: 36]    By: pacalleri
I don't understand why the fdmax is not updated when he removes a socket in the last example. I see the same technique in the beej's guide. Code: // http://www.developerweb.net/f...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web non-blocking methods  
13:41 2-Oct-08   [Replies: 2, Views: 73]    By: neo
Hello folks.... There is something I need you guys to review, for I am pretty new to programming in Linux and most of the things are still alien to me!!! I am writing a multi-threaded stre...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web recv() keeps sending EAGAIN  
14:11 30-Sep-08   [Replies: 6, Views: 179]    By: veen_viz
Hi, Im new to socket programming. And the problem Im facing is as below: Im using non-blocking sockets(setting F_SETFL with current_flags|O_NONBLOCK using fcntl()). When I call recv(), aft...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web how long should a socket live  
17:47 15-Sep-08   [Replies: 4, Views: 275]    By: johndela1
I'm writing a program that needs to talk to another process using a tcp socket. I've been told to create the socket at the time the program starts then leave it up the whole life of the progr...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Tools used for caputring and analyzing packets over the network  
10:22 12-Sep-08   [Replies: 1, Views: 243]    By: epolluser
Hi Other than sniffer and wireshark are there any other tools to capture and analyze the packets sent over the network? I want to study the packets sent over the network in Linux socket progra...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web socket not ready for write() after read()  
06:34 9-Sep-08   [Replies: 3, Views: 327]    By: toto441
Hi people, I've been looking through this forum since yesterday, and did not manage to find the solution to my current problem. I connect to a server (asterisk, but nvm) and sends commands. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Process terminates with error code 143  
07:28 2-Sep-08   [Replies: 1, Views: 219]    By: epolluser
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Practically Networked Windows XP SP3  
16:57 31-Aug-08   [Replies: 0, Views: 250]    By: Unnamed
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Receiving SIGPIPE on send() error  
18:53 25-Aug-08   [Replies: 5, Views: 562]    By: nagarajan_ka
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() ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web UDP transfer large packets  
09:12 21-Aug-08   [Replies: 3, Views: 446]    By: frank2004
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. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Proxy setup  
09:36 20-Aug-08   [Replies: 0, Views: 312]    By: venkatram
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 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Recvfrom wont recieve, although tcp dump does?  
09:32 19-Aug-08   [Replies: 9, Views: 511]    By: alliance_mon
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web msgget() error  
06:49 18-Aug-08   [Replies: 2, Views: 424]    By: zhn636
Code: #include <stdio.h> #include <unistd.h> #include <sys pes.h> #include <sys/stat.h> #include <sys/ipc.h> #include <sys/msg.h> #include <fcntl....
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web socket programming ftp client  
13:04 15-Aug-08   [Replies: 2, Views: 537]    By: sunilchauhan
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Detecting failure on send()  
19:26 14-Aug-08   [Replies: 1, Views: 413]    By: nagarajan_ka
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. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web boa webserver  
10:12 14-Aug-08   [Replies: 4, Views: 402]    By: sodjas
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 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Handle error for setsockopt or not?  
16:00 12-Aug-08   [Replies: 3, Views: 399]    By: tomcio
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Socket descriptor same as stdin  
05:26 2-Aug-08   [Replies: 2, Views: 542]    By: TehriBoy
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web How to determine whether the TCP client socket is closed  
12:08 29-Jul-08   [Replies: 9, Views: 911]    By: sharique
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Flush/Clear an existing Message Queue  
07:47 25-Jul-08   [Replies: 2, Views: 693]    By: innqubus
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(".", 'B')+1...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web UNIX UDP Socket  
14:26 24-Jul-08   [Replies: 3, Views: 570]    By: Jana
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'...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web free a port in TIMED_WAIT state  
08:20 14-Jul-08   [Replies: 6, Views: 558]    By: Sudhakar
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web recv(): bad file description  
09:36 12-Jul-08   [Replies: 15, Views: 986]    By: david
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Developer Web Client that read random value  
09:39 6-Jul-08   [Replies: 3, Views: 485]    By: AMRITA
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006