ddfxx
Fork of WIZnetInterface_Ricky by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 21:584efa51ee60
- Parent:
- 20:5a1969320666
--- 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)