Noam Weissman wrote: > Dirk, if the application is creating a different port on every reply you > cannot rely on that. > You must have control over the data
Rely on what? Using raw recv callback (like in Dirk's example) or socket-based recvfrom() you get the port of the remote application and use sendto() to respond. Please don't confuse people ;-) Simon _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
