udp
In Java, how do I deal with UDP messages that are greater than the maximum UDP data payload?
I read this question about the error that I\'m getting and I learned that UDP data payloads can\'t be more than 64k. The suggestions that I\'ve read are to use TCP, but that is not an option in this p[详细]
2023-04-13 08:25 分类:问答C#: UdpClient not sending data when calling close() to soon
On some computers I have the strange effect that UdpClient will not send data when UdpClient.Close() is called too soon after a UdpClient.Send().[详细]
2023-04-13 05:19 分类:问答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 分类:问答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 分类:问答How to send a UDP-Pagakge via Android and AIR 3
i tried to send a udp-package via the datagrasocket-class in adobe air 3! this worked fine as long as i test the app in flash-builder 4.5.[详细]
2023-04-12 18:55 分类:问答Java - UDP Multithreaded Server
How do you implement a Thread that handles client requests on the server using UDP. I have read somewhere you can use ThreadPoolExecutor, is using this method ok. Becuase there isnt开发者_StackOverflo[详细]
2023-04-12 18:23 分类:问答UDP listening socket stops listening after network configuration changes
I have a UDP socket listening in a port for broadcast transmissions and it is working fine. However, when I hibernate and resume the OS (Windows 7), the socket just stops receving data (and I can see[详细]
2023-04-12 15:11 分类:问答BSD C Bind() to a socket in UDP pending
everyone. I was doing my hw about use UDP to build a whois service. Howver I encounter a problem when I execute my code.[详细]
2023-04-12 04:37 分类:问答TCP vs UDP throughput
Suppose we have tcp and udp connection over th开发者_如何学Ce same link of capacity C . Tcp has transfer rate of C whereas UDP has 8C as its transfer rate . Which will be more efficient ?Theoretically[详细]
2023-04-12 00:35 分类:问答Strange behaviour of netcat with UDP
I noticed a strange behaviour working with netcat and UDP. I start an instance (instance 1) of netcat that listens on a UDP port:[详细]
2023-04-11 20:43 分类:问答