Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed HTTPClient VodafoneUSBModem
Diff: Tests/Test08.cpp
- Revision:
- 53:54b2d3a0c7bf
- Parent:
- 52:de6cc9d823ab
- Child:
- 60:7efce4a3c26f
diff -r de6cc9d823ab -r 54b2d3a0c7bf Tests/Test08.cpp
--- a/Tests/Test08.cpp Thu Oct 11 10:00:19 2012 +0000
+++ b/Tests/Test08.cpp Fri Oct 12 10:03:37 2012 +0000
@@ -69,10 +69,12 @@
// try connecting to DNS server directly
int sockfd;
//if(connectToSocket("88.82.13.28",53,&sockfd)) {
+
if(connectToSocket("109.74.199.96",80,&sockfd)) {
close(sockfd);
}
+
struct hostent *server;
do {
while(1) {

