lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Multiple Sockets at the same time


From: Jani Monoses
Subject: Re: [lwip-users] Multiple Sockets at the same time
Date: Thu, 10 Apr 2003 18:39:42 +0300


> Hi
> 
> Are multiple sockets supported in lwip? 
> For example I have a server and I want to receive connections on 
> two different port numbers at the same time. How do I go about
> doing this. Is there some special setting in the lwip options file as well?
> Somebody please reply, I feel like everybody is ignoring me
> (or maybe nobody is getting my emails?)

if you use the socket api just create two sockets bind them and listen
the config options limit number of simultaneously listening TCP PCBs and
things like that but the defaults should permit more than two anyway.




reply via email to

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