java udp 超时重发,在Java中,如何处理大于最大UDP数据有效负载的UDP消息?
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 part...