voltando a versao de n aberturas e fechamentos de sockets data 19/09

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed EALib

Fork of header_main_publish by VZTECH

Revision:
2:93bec7313ccc
Parent:
0:4d17cd9c8f9d
Child:
3:cd9148672e25
--- a/utils.cpp	Wed Sep 10 12:50:57 2014 +0000
+++ b/utils.cpp	Wed Sep 10 14:32:19 2014 +0000
@@ -73,7 +73,8 @@
         if( cb->is_timeout() ){
             cb->reset_elapsed_time();
             cb->registry();
-            /*if( cb->reconfigure_timeout() == 0x00 ){
+            /*
+            if( cb->reconfigure_timeout() == 0x00 ){
                 v_cb->remove_element( i );
                 cb->unregistry();
                 delete( cb );
@@ -81,7 +82,8 @@
                 __send_to_cb__( __build_cb_package__( cb->get_ext(), cb->get_port(), __REGISTRY__, 
                     ( char * )data, __REGISTRY__, __CB_BUFFER_SIZE__ - __VZ_HEADER_OFFSET__, write_buffer ) );
                 cb->registry();
-            }*/
+            }
+            */
         }
     }
 }