CHNxuangithub / udpfwd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDPFWD

A very simple UDP forwarder in pure C.

Sample usage: udpfwd --out 127.0.0.1:5600 --out2 127.0.0.1:5601 --in 127.0.0.1:5666 Will read UDP packets from port 5666 and send them to two separate endpoints 127.0.0.1:5600 and 127.0.0.1:5601. Each packet is resend as received, no buffering or packet aggregation applied.

make -C /lib/modules/6.2.0-39-generic/build M=/home/home/linux62_39/linux-6.2/drivers/net/wireless/ath/ modules

About


Languages

Language:C 96.7%Language:Makefile 3.3%