Modified for W5500 Ethernet initialize Added the Ethernet interface re-initialize code Added the connection retry

Dependents:   ThingPlug_Ethernet_Example

Fork of GMMP_mbed by Eric Jung

Revision:
4:1e04850ce835
Parent:
0:7e575e5f88ec
--- a/Operation/GMMP_Operation.cpp	Wed Aug 12 02:13:34 2015 +0000
+++ b/Operation/GMMP_Operation.cpp	Wed Aug 12 08:49:45 2015 +0000
@@ -783,7 +783,7 @@
 }
 
 int SetIntiSocket(void)
-{
+{	
 	return Connect();
 }