MultiTech / MTS-Socket

Dependencies:   HTTPClient-SSL

Dependents:   mtsas mtsas mtsas mtsas_lat3

Revision:
11:892ffac4946b
Parent:
10:42220b7df921
Child:
12:9efe3cc3cb6c
diff -r 42220b7df921 -r 892ffac4946b Test/TestTCPSocketConnection.h
--- a/Test/TestTCPSocketConnection.h	Tue Jun 17 22:02:54 2014 +0000
+++ b/Test/TestTCPSocketConnection.h	Thu Jun 19 13:13:20 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") {}