increased chunk size

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by MultiTech

Revision:
15:8b5fbb926688
Parent:
14:7643ed024fe8
Child:
16:dbe80ac199f5
--- a/Test/TestTCPSocketConnection.h	Wed Jul 23 16:01:16 2014 +0000
+++ b/Test/TestTCPSocketConnection.h	Wed Jul 23 16:24:30 2014 +0000
@@ -40,8 +40,8 @@
                     "q       quit"
                     ">:";
 
-const char TCP_TEST_SERVER[] = "";
-const int TCP_TEST_PORT = -1;
+const char TCP_TEST_SERVER[] = "204.26.122.5";
+const int TCP_TEST_PORT = 7000;
 
 TestTCPSocketConnection::TestTCPSocketConnection() : TestCollection("TestTCPSocketConnection") {}