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 …