lwip-users
[Top][All Lists]
Advanced

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

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


From: Kell Chan
Subject: [lwip-users] Has anyone tried to test UPD on WIN32????
Date: Mon, 28 Apr 2003 11:50:27 -0600

I have tried to write a test program on Lwip running on WIN32

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???

cheers

Kelly







From: Florian Schulze <address@hidden>
To: Kell Chan <address@hidden>
Subject: Re: what is port number 18767????????
Date: Mon, 28 Apr 2003 11:38:17 +0200

You should forget this, the ftpd isn't working correctly. If you still want to try, http://pumpsoft.sf.net in CVS module damp is the VFS stuff.

Florian

On Sun, 27 Apr 2003 14:58:39 -0600, Kell Chan <address@hidden> wrote:

I see!

BTW, have you tried ftp mechanism? I have tried to compile with ftpd but there're missing files: vfs.h.... Do you know where can I download these files?

cheers


Kelly






From: Florian Schulze <address@hidden>
To: Kell Chan <address@hidden>
Subject: Re: what is port number 18767????????
Date: Sun, 27 Apr 2003 09:28:34 +0200

I don't exactly know what you mean. Maybe it's the netio benchmark server I have in test.c.

Florian

On Sat, 26 Apr 2003 15:03:43 -0600, Kell Chan <address@hidden> wrote:

Hi Florian,

What is the purpose of using TCP port number 18767???????

cheers

Kelly




_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus








_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus








_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail





reply via email to

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