This commit is contained in:
Alejandro Murillo 2015-07-21 14:18:07 -07:00
commit 8dd9e26db4

View File

@ -123,7 +123,7 @@ public class AdaptServerSocket {
public static void main(String[] args) throws Exception {
test(0, 0, false);
test(50, 500, false);
test(50, 5000, false);
test(500, 50, true);
}