> > One question remains: I use multicast and bind the pcb to a 
> > multicast-address.
> > So when sending, as src.ip the multicast addr is used. Any ideas to 
> > solve that in a nice way?
> 
> Hmm, other than directly manipulating the pcb I would say:
> use another pcb and do a second udp_bind() to your real IP 
> address and use this pcb to send the outgoing packets...

I don't know if that works, as two pcbs would have to be bound
to the same port. I think there's a todo for that kind of usage.


Simon


_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to