lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Re: [lwip] UDP/UDP-Lite client/server implementation using


From: Adam Dunkels
Subject: [lwip-users] Re: [lwip] UDP/UDP-Lite client/server implementation using lwIP ???
Date: Thu, 09 Jan 2003 00:43:25 -0000

Hi!

On Mon, 2002-08-05 at 11:10, address@hidden wrote:
> I am an italian student of Telecommunication engineering. I'm
> working to my thesis and I have a big problem. I want compare
> UDP-Lite protocol with UDP using a client/server application in a LAN 
> environment.
> The question is: using your lwIP implementation can I do that ???
> How can I compile the source code for make a client and a server
> program using API ???

The UDP-Lite implementation in lwIP has not been tested very well,
mostly because, so far, there haven't been any applications using it.
Also, I don't have access to any other UDP Lite implementations to
interop test it with. 

The UDP Lite stuff isn't documented, but took in the file core/udp.c for
the actual implementation of the UDP Lite code (that might help a
little). Basically, you would have to create a normal UDP PCB and then
manually set

pcb->flags |= UDP_FLAGS_UDPLITE;

/adam
-- 
Adam Dunkels <address@hidden>
http://www.dunkels.com/adam/

[This message was sent through the lwip discussion list.]




reply via email to

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