I\'m trying to understand some behavior I\'m seeing in the context of sending UDP packets.
I have two little Java programs: one that transmits UDP packets, and the other
I found the following which may be of interest:
Dan's answer is useful but note that after headers you're really limited to 65507 bytes.