lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Managing multiple TCP connections


From: Erik
Subject: Re: [lwip-users] Managing multiple TCP connections
Date: Wed, 18 Aug 2004 16:35:09 +0200

Hi Kieran

I am using the raw TCP/IP interface (as described in rawapi.txt).
I don't see how I can use the API, as it needs the use of threading (rtos),
which I don't use.
Maybe I am seeing it wrong, and if so, could you point me in the right
direction?

Regards
Erik

----- Original Message ----- 
From: "K.J. Mansley" <address@hidden>
To: "Mailing list for lwIP users" <address@hidden>
Sent: Wednesday, August 18, 2004 2:51 PM
Subject: Re: [lwip-users] Managing multiple TCP connections


> On Wed, 2004-08-18 at 13:46, Erik wrote:
> > Hi
> >
> > I'm directly interfacing to lwIP, i.e. not using the API.
> > How do I distinguish between established connections.
> > Do I have to iterate through the tcp_active_pcbs or is there another
> > way?
> > Specifically, when implementing a server, is there any way to iterate
> > through
> > all open client connections, or do I myself have to create the
> > framework for this?
>
> I'm not sure what you mean by not using the API, but it sounds like you
> need features that the APIs provide.  If you have to do without the
> APIs, look how the APIs implement these features, and then replicate
> that in your own code.  However, by the time you've done that you might
> have been better off just using the existing code that does this!
>
> Good luck!
>
> Kieran
>
>
>
> _______________________________________________
> lwip-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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