udp
Android - Stopping a thread using a while loop
Weird problem that seems to have been mentioned a few times on here. I have a thread, have used AsyncTask also, and I am trying to make it stop running, on the users request.[详细]
2023-04-04 00:16 分类:问答Android 3G UDP Broadcast
I am in the early stages of developing a cross platform UDP server client. In my case, the clients send a broadcast to an android phone that they are connected to, via the mobile hotspot option.[详细]
2023-04-03 15:55 分类:问答Get and set udp packages flags and checksum with c#
I know how to send byte data to a server via the udp protocol. How can I activate some flags on the package that I am sending? How can I tel if a package that is received has some flags activated. Mor[详细]
2023-04-02 19:22 分类:问答UDP PROXY / PIPE, The requested address is not valid in its context
I get this error.. and I know the ip address is not valid duh! but it\'s a server it should be based on port only.[详细]
2023-04-02 02:06 分类:问答TCP or UDP for Mobile messaging service?
I am working on developing a mobile application using java for messaging services(P2P) I am still in the early stages, and searching about the best and most suitable protocol for such application. As[详细]
2023-04-01 22:16 分类:问答Finding the destination IP address of the received UDP message in boost library
I am working with multicast UDP messages. I need to compare the destination IP address of the received packet with the multicast address of the channel, the receiver is supposed to be listening on to[详细]
2023-04-01 21:37 分类:问答Computing network distance between two hosts
I wan开发者_Python百科t to compute some metrics relative to the \"distance\" between two hosts on a network app. I came up with the following naïve solution inspired by ping.[详细]
2023-04-01 17:25 分类:问答Basic UDP C# or VB.NET Pipe?
Looking for a basic UDP Pipe or redirector. Should of course be able to see both client 2 server and server 2 client data.[详细]
2023-04-01 07:17 分类:问答How do I implement Traceroute using UDP?
Apparently ICMP isn\'t the only way to create a Traceroute. This and this answer indicates it\'s possible to send a UDP packet (or any other) with a low TTL and wait for the ICMP message.[详细]
2023-04-01 04:11 分类:问答Does socket.sendTo close the socket? [duplicate]
This question already has an answer here: ObjectDisposeException when trying to send through a reopened socket[详细]
2023-04-01 00:10 分类:问答