lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Sharing TCP port


From: address@hidden
Subject: Re: [lwip-users] Sharing TCP port
Date: Mon, 15 Mar 2021 16:23:34 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]