Hi, The following code gets stuck on the second netconn_recv.
resp = netconn_recv(conn,&inbuf) ;
netbuf_data(inbuf, (void*)&data, &buflen);
printf("%d\r\n",resp);
// netbuf_next(inbuf);
resp = netconn_recv(conn,&inbuf) ;
netbuf_data(inbuf, (void*)&data, &buflen);
Nick_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
