Added comments

This commit is contained in:
nathan 2019-01-09 19:51:39 +01:00
parent 3f003995b6
commit 82e4478d45

View File

@ -31,6 +31,7 @@ import dorkbox.network.connection.Listener;
import dorkbox.network.connection.Listeners;
import dorkbox.util.exceptions.SecurityException;
// NOTE: UDP is unreliable, EVEN ON LOOPBACK! So this can fail with UDP. TCP will never fail.
public
class ReconnectTest extends BaseTest {
private final AtomicInteger receivedCount = new AtomicInteger(0);