Background: I\'m a fourth year computer engineering major at UCSB. I\'ve taken networking and operating systems courses. I created a program in userspace that broadcasts UDP pac
The best way is not to interfere with the protocol if you are not trying to modify one. Work on a higher (socket) layer. This API can be found in net/socket.c
This will help: (open in new browser tab/window to zoom)