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