I have a small app to test sockethandling on the iPhone and I use the AsyncSocket/AsyncUdpSocket lib.
In my mind, UDP开发者_如何学运维 is fast but not reliable, and in a lot of places jgroup is based on UDP, is that reliable? I saw a lot of places use jgroup to transfer caching information. Does jgrou
Disclaimer : this is not a \"how to\" question. I would more like to know, as a background information what are the different act开发者_开发技巧ual practices actually used.
I\'ve got a strange problem. I have a client sending packets to my server, but my servers UDP socket never receives them. Same thing happens the other way around, if I send and he tries to receive.
I need a client to send a http request message to a server but I don\'t know how to do it in UDP, using http 1.1
I have a client which sends data via UDP-broadcast. (To let\'s say 127.0.0.255:12345) Now I want to have multiple servers listening to this data. To do so on a loca开发者_如何学Cl machine, they need
I have a very annoying problem. I have a mIRC/Skype application, meaning chatroom with text and voice. The text & chatroom stuff goes through TCP and works flawlessly, while the UDP only relays re
Ok. So I have a simple client program sending images over UDP to a specified IP address. At the specified IP a server program is listening and should receive the images.
I wan开发者_如何学JAVAt to capture the stream desktop and send it (to a client) via datagrams in Java. The following example makes a screenshot.
I\'m trying to implement udp punch holing through a Java servlet. However when I use req.getRemotePort() I always get 0 (i.e. dynamic). That\'s doesn\'t help. Any way around that? Alternative solution