Top "Sendto" questions

sendto() is a system call used to transmit a message to another socket.

Raw socket sendto failed using C on Linux

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 sendto