sockets
Android not receiving broadcast UDP, but receiving directed UDP
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[详细]
2023-04-13 02:02 分类:问答Correct command to send in a datagram in the internet domain for port 0
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[详细]
2023-04-13 01:44 分类:问答VB.NET Asynchronous sockets packets getting lost
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[详细]
2023-04-13 01:39 分类:问答How to reconnect a socket when catch a SocketException in java?
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[详细]
2023-04-13 01:22 分类:问答How to determine the end of a SMTP and POP response?
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[详细]
2023-04-12 23:48 分类:问答PACKET_MMAP data offset
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:[详细]
2023-04-12 20:56 分类:问答SO_KEEPALIVE does not work during a call to write()?
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[详细]
2023-04-12 20:54 分类:问答Python script freezes infinitely during a socket connection
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[详细]
2023-04-12 19:45 分类:问答Java - Broadcast voice over Java sockets
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[详细]
2023-04-12 19:27 分类:问答Error while writing a big string on a socket ?
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.[详细]
2023-04-12 18:23 分类:问答