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:
13:ae278302dffe
Parent:
12:07fd716e0f35
--- a/rtp.h	Tue Sep 16 13:21:01 2014 +0000
+++ b/rtp.h	Tue Sep 16 15:09:11 2014 +0000
@@ -34,8 +34,8 @@
 };
 class RTP{
     private :
-        uint8_t buffer[ 350 ];
-        char pkg[ 350 ];
+        uint8_t buffer[ 512 ];
+        char pkg[ 512 ];
         RTP_Header * rtp_header;
         RTP_Body * rtp_body;
     public  :