Send value in UDP packet
Hello,I have a problem. My program doesn't send value in UDP packet and program crash. I try everything, But I didn't find anything.Some variables and constantstypedef struct UDPsender { struct netconn *udp_sender_server; struct netbuf *udp_send_bu...