lwip-users
[Top][All Lists]
Advanced

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

Re: RE : [lwip-users] Multi-cast UDP messages?


From: Robert Morse
Subject: Re: RE : [lwip-users] Multi-cast UDP messages?
Date: Fri, 11 May 2007 10:33:51 -0400

Ya,
        That what I would of thought.
I get no other messages after the lwip_sendto(). I am looking at if something is wrong with the mailbox going to the TCP thread, as that is all that I can see it should be doing is posting a message after that log. I have traced to never returning from netconn_connect(..).

Thanks, at least I know that the stack supports it so I will keep looking.

Robert

On May 11, 2007, at 10:24 AM, Frédéric BERNON wrote:

Hi,

I know that even before 1.1.0, we could send UDP on multicast address (when I start with lwIP, that was one of first tests I did). From memory, nothing was necessary to patch. Recv multicast was a little bit difficult (because IGMP wasn't available), but if you get last CVS release, IGMP is now supported.

Can you add some traces after :

lwip_sendto(2, data=007A977E, size=22, flags=0x0 to=239.192.26.32 port=2222

Before netconn_connect, and before lwip_send, to see where the stack hang ?


====================================
Frédéric BERNON
HYMATOM SA
Chef de projet informatique
Microsoft Certified Professional
Tél. : +33 (0)4-67-87-61-10
Fax. : +33 (0)4-67-70-85-44
Email : address@hidden
Web Site : http://www.hymatom.fr
====================================
P Avant d'imprimer, penser à l'environnement



-----Message d'origine-----
De : address@hidden [mailto:address@hidden De la part de Robert Morse
Envoyé : vendredi 11 mai 2007 15:52
À : Mailing list for lwIP users
Objet : [lwip-users] Multi-cast UDP messages?


Hi,
I am trying to get version 1.2 of the lwip stack going, and while I am having no problems with Webservers, an normal upd traffice. But I have the need to send multi-cast UDP packets and running into the whole stack locking up, and causing a reboot.

        My question, is does the stack support sending out Multi-cast UDP
packets.
I see comments in the code about receiving, and I would think sending
would
be easier.

        I have attached a detailed log starting where the lwip gets the
lwip_sendto
call.  I have every debug item turned on except a few dealing with ppp
and slip.

        The strange part is after the lwip_sendto(...)
        I never see a tcpip_thread: API message
        then a udp_connect: connected message.



<Frédéric BERNON.vcf>_______________________________________________
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]