sendto() is a system call used to transmit a message to another socket.
I'm trying to send a raw packet using UDP, with the IP and UDP headers that I have constructed in …
c udp raw-sockets sendtoI am writing a small program that sends and receive multicast packets.I need to set the outgoing interface with …
sockets multicast sendto setsockopt