I`m attempting to force an out-of-gateway address using the udp_sendto () function. ex) listen IP address : 192.168.1.10 -> send IP address : 224.0.0.1
This concept takes a packet to a unicast address and sends it to a multicast address.
when i try udp_sendto(224.0.0.1), it`s pending in ip4.c: ip4_route() line 164.
I want inspiration how to fix it.
Thanks a lot for your help!