How to Program raw UDP sockets in C on Linux
Raw UDP sockets Raw udp sockets are used to constructed udp packets with a application defined custom header. It is useful in security related network applications. The udp header can be found in RFC 768 and has a very simple structure as shown below. 0 7 8 15 16 23 24 31 +——–+——–+——–+——–+ | Source… Read More »