In Java, how do I deal with UDP messages that are greater than the maximum UDP data payload?

UDP packets have a 16 bit length field. It's nothing to do with Java. They cannot be bigger, period.

If the server you are talking to is immutable, you are stuck with what you can fit into a packet.

The requirement should also therefore dictate the packetization technique. You need more information about the external system and its protocol. Note that the maximum IPv4 UDP payload Is 65535-28 bytes, and the maximum practical payload is.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions