mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-17 02:10:35 +00:00
This fix updates `java/net/DatagramSocket/SendReceiveMaxSize.java` and `java/net/DatagramSocket/SendReceiveMaxSize.java` to check (on all platforms) that the sending/receiving of large datagrams across a network are sent, fragmented, and re-assembled correctly Reviewed-by: alanb, dfuchs