lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Has anyone tried to test UPD on WIN32????


From: Leon Woestenberg
Subject: Re: [lwip-users] Has anyone tried to test UPD on WIN32????
Date: Mon, 28 Apr 2003 21:20:50 +0200

> void
> utp_init(void)
> {
>   struct tcp_udp *pcb;
>
>   pcb = udp_new();
>   udp_bind(pcb, IP_ADDR_ANY, 5000);
>
> }
>
> How do I create a listener port?????????? Are there any sample codes out
> there we can shared???
>
This is a listener port. You will want to see the documentation to the other
udp_*()
functions so that the lwIP stack calls functions within your program.

Leon.






reply via email to

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