# send_udp_in_kernel_by udp_tunnel_ko **Repository Path**: markchen7788/send_udp_in_kernel_by-udp_tunnel_ko ## Basic Information - **Project Name**: send_udp_in_kernel_by udp_tunnel_ko - **Description**: 利用内核udp_tunnel模块在内核中发送udp包,可以自定义封装udp、IP报头,mac层无需手动封装 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-10-28 - **Last Updated**: 2023-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # usage > cd send_udp_in_kernel_by-udp_tunnel_ko/sockInKernel > make > modprobe udp_tunnel > modprobe ip6_udp_tunnel > insmod client.ko #装载模块 > rmmod client.ko #卸载模块 # tips * 记得配置好内核模块编译环境 * makefile出错可能是build路径出错