I\'m having an issue where my Android device (An HTC Incredible running stock 2.3.4 rom) is not able to receive a broadcast UDP, but when I get the IP of the device (on the same network) and send the
I am following the example given in An Introductory 4.4BSD Interprocess Communication Tutorial where it is the process of showing how to communicate using datagrams in the internet domain. In examples
I made a TCP server which communicates with multiple clients at once, but I can\'t seem to be able to make them stable. When one of the client sends 100 packets to the server, the server receives only
I\'ve met a problem that when I process my data on my program, that the server may g开发者_如何学JAVAetoff its socket of my client program, but i need to catch this exception and reconnect it to run m
I am reading character by character of a socket response in a BufferedReader written from a socket that I am connecting to a SMTP and POP server. But how do I know if I have read until the end of the
I am writing the code to send an UDP packet using PACKET_TX_RING ring, and I don\'t understand the example code described here:
I\'m developing a socket application, which must must be to be robust to network failures. The application has 2 running threads, one waiting messages from the socket (a read() loop) and the other se
I have a simple python script that updates that statuses of justin.tv streams in my database. It\'s a Django based web application. This script worked perfectly before I moved it to my production serv
I have created a Server app that receives sound from client, i then broadcast this sound which is stored as bytes and send the bytes back to the clients that are connected to the server. now i am only
Hello all my friends, I am trying to send a long string through socket connection but I have them in two parts so I get an error while doing my processs.