Modify changes to test TCP socket.

Dependents:   EthernetInterface

Fork of lwip by mbed official

Revision:
12:963887732b7c
Parent:
0:51ac1d130fd4
--- a/core/tcp.c	Mon Aug 19 18:37:54 2013 +0300
+++ b/core/tcp.c	Fri Dec 13 11:39:39 2013 +0000
@@ -733,8 +733,9 @@
     }
     TCP_REG(&tcp_active_pcbs, pcb);
     snmp_inc_tcpactiveopens();
-
+    //printf("VAi para output\n");
     tcp_output(pcb);
+    //printf("Veio para output\n");
   }
   return ret;
 }