Sending UDP packet in Linux Kernel

前端 未结 4 1488
礼貌的吻别
礼貌的吻别 2020-12-21 22:50

For a project, I\'m trying to send UDP packets from Linux kernel-space. I\'m currently \'hard-coding\' my code into the kernel (which I appreciate isn\'t the best/neatest wa

4条回答
  •  余生分开走
    2020-12-21 23:38

    I'm not much of a Linux Kernel developer, but can you throw some printk's in there and watch dmesg before it goes down? Or have you thought about hooking up with a kernel debugger?

提交回复
热议问题