I cannot because my webserver is already running with raw api.

 

In my Send task I try now…

 

tcpip_callback(tcp_write(pcb, ucrecBuff, supersize, TCP_WRITE_FLAG_COPY),NULL);

tcpip_callback(tcp_output(pcb), NULL);

 

but without success. After the first message sent the system crashed.

I think I am doing something horrible wrong :D

 

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to