I\'m just wondering why my UDP server/client pair is getting 65% packet loss. It\'s j开发者_JAVA技巧ust an echo service that sends (the client) an empty packet when it reaches EOF, and the server rese
I am trying to send a serialized object from a server process to a client process in Java using UDP. The problem is that the client is being blocked on the receive method. Can开发者_StackOverflow some
I n开发者_JS百科eed to write a very high load UDP server. I\'m using .Net. How do I use the Socket class to achieve this?
I\'m a C++ programmer and have a need to set up some UDP communications between a java android app and the C++ server running on a PC.
I have problem with missing messages when using nonblocking read in udp between two hosts. The sender is on linux and the reader is on winxp. This example in python shows the problem.
I am creat开发者_StackOverflowing a program that listens to video streams over multicast. Listening to one feed with Mono on Linux works fine but listening to 15 feeds drops packets. Running the code
With reference to C++ iptables redirection forming separate packets, I am facing an extremely peculiar problem now. I am trying to redirect all incoming traffic on UDP port 5060 to port 56790, and all
I\'m working on broadcast, and I\'m failing pretty badly at even getting the thing to work. I know I have to do the setsockopt() call, but what is needed before that to ensure that the broadcast will
I have a very annoying bug showing up. We have left our iPhone app running overnight. Every 2 seconds it sends a broadcast ping out on to the network via the open socket to inform that the device is
A bit of background. I\'m writing an application that uses UDP.The application will run on a LAN (not internet).