Hi, Please review this simple fix.
http://cr.openjdk.java.net/~xuelei/8130460/webrev.00/ The DTLS test, javax/net/ssl/DTLS/CipherSuite.java, failed in nightly regression intermittent. In the test, it only allows 10 times app packet loss and 60 times handshake packet loss. This value is reasonable in general, but may be not big enough if the system networking is heavy loaded. With this update, I plan to increase the packet loss limitation in order to increase the stability of the related tests. Thanks, Xuelei