udp
Linux app sends UDP without socket
fellow coders. I\'m monitoring my outgoing traffic using libnetfilter_queue module and an iptables rule[详细]
2023-04-07 11:28 分类:问答Java UDP packet read failing
I am trying to send packets from one host to another peer host using java UDP protocol. The one host sends data, while the other reads it. The corresponding read however keeps blocking, thus receivin[详细]
2023-04-07 06:23 分类:问答NodeJS get IP used by remoteAddress
I have 3 simple NodeJS servers usign NET, HTTP and UDP. Each server listens on port X but has multiple IP addresses. I would like to retrive the actual IP address of the server when the client connect[详细]
2023-04-07 03:05 分类:问答what are the possible UDP data transfer errors?
we\'re going to develop a game with internet multiplayer support. since it\'s an interactive game I know I have to use UDP to reduce connection latency, but I\'m wondering what are the possible errors[详细]
2023-04-06 23:50 分类:问答Problems with UDP Received and Sent UDP Packages?
I am tryin开发者_运维百科g to write a simple program about UDP Connections to learn about them. I have implemented some basic things but when I try to send and get back what I sent but I face some pro[详细]
2023-04-06 21:12 分类:问答"Invalid argument" when sending UDP packet, but which?
My C++ application is sending binary data as UDP packets. The sendto() call returns EINVAL (Invalid argument), but I don\'t see anything wrong with the parameters I\'m passing.[详细]
2023-04-06 18:00 分类:问答UDP broadcast on Java doesn't work
I\'m trying to send a UDP broadcast on IP address \"255.255.255.255\" for device discovery in my network. The program executes, but I don\'t see anything in Wireshark. when I\'m changing the IP addres[详细]
2023-04-06 14:47 分类:问答Is it possible to send UDP/TCP packets from Android to Arduino Ethernet shield?
Currently I am trying to send some UDP packets to the Arduino. I set up an Android device, PC, router, and Arduino Ethernet shield. (The Ethernet shield is connected to the router via an Ethernet cabl[详细]
2023-04-06 08:48 分类:问答UDP client multicast : join a group, what address to specify?
http://msdn.microsoft.com/en-us/library/ekd1t784.aspx The JoinMulticastGroup method subscribes the开发者_Python百科 UdpClient to a multicast group using the specified IPAddress.[详细]
2023-04-06 05:24 分类:问答Data broadcasting between instances of distributed server
I\'m trying to get some feedback on the recommendations for a service \'roster\' in my specific application. I have a server app that maintains persistant socket connections with clients. I want to fu[详细]
2023-04-06 05:01 分类:问答