ddfxx

Fork of WIZnetInterface_Ricky by WIZnet

Files at this revision

API Documentation at this revision

Comitter:
akshaytom
Date:
Thu Dec 14 04:49:15 2017 +0000
Parent:
20:5a1969320666
Commit message:
New FTP client program

Changed in this revision

Socket/TCPSocketConnection.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5a1969320666 -r 584efa51ee60 Socket/TCPSocketConnection.cpp
--- a/Socket/TCPSocketConnection.cpp	Tue Jul 21 15:39:29 2015 +0000
+++ b/Socket/TCPSocketConnection.cpp	Thu Dec 14 04:49:15 2017 +0000
@@ -24,9 +24,10 @@
 
 // not a big code.
 // refer from EthernetInterface by mbed official driver
-TCPSocketConnection::TCPSocketConnection() :
-    _is_connected(false)
+TCPSocketConnection::TCPSocketConnection() :_is_connected(false)
 {
+	//printf("TCP Constructor");
+	//_is_connected=false;
 }
 
 int TCPSocketConnection::connect(const char* host, const int port)