Am 15.03.2021 um 16:15 schrieb Danish Ali:
> I would like to be able to have multiple simultaneous TCP links to a
> single port (in my case 5060 for SIP).

Try to write the same thing for standard sockets. If you know that API,
transforming the code to use the netconn API pretty simple.

And for sockets, there are *much* more exampes and places to ask.

I assume what you're missing is: 1 listener -> accept -> multiple
connection sockets?

Regards,
Simon

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

Reply via email to