Closed ObiWanLansi closed 6 years ago
Are we UDP server or client?
The maximum size of a UDP datagram is theoretically 65,535 bytes, since the length field of the UDP header is 16 bits long and the largest number that can be represented by 16 bits is just 65,535 (= 216-1). However, such large segments are fragmented by IP. In practice, the maximum possible length of a UDP datagram is subject to further limitations.
Export all the Transmitter over a UDP Connection, The question is, are we the UDP Server and deliver the list, or are we a client and receive the list ???