Hi all,
 
I would like to know why we have some declaration of function in the uip.h and uip-arch.h ?
 
like :
 

u16_t uip_udpchksum(void);

u16_t uip_tcpchksum(void);

u16_t uip_ipchksum(void);

Why some buffer are char * and some u8_t * ? is it possible to have only u8_t * ? .. i have like 20 warning juste for this with gcc. I have to cast everything.
 
regards
 
Jonathan
 

Reply via email to