Sending a UDP packet within a kernel module

后端 未结 1 643
耶瑟儿~
耶瑟儿~ 2021-01-24 11:59

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

相关标签:
1条回答
  • 2021-01-24 12:35

    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) Linux Kernel Network Flow

    0 讨论(0)
提交回复
热议问题