This repository contains Linux DCCP from the Linux Kernel 6.15. Since DCCP was removed in Linux Kernel 6.16, the DCCP module needs to be compiled externally. It is particularly intended to be used by Network Performance Meter (NetPerfMeter), the network performance meter tool for the TCP, MPTCP, SCTP, UDP, and DCCP transport protocols over IPv4 and IPv6.
Configure, build and install:
./autogen.sh
./configure --prefix=/usr
make
sudo make installsudo modprobe dccp
lsmod | grep ^dccpNetPerfMeter: https://www.nntb.no/~dreibh/netperfmeter/
Server:
netperfmeter 9000 -control-over-tcpClient:
netperfmeter $SERVER:9000 -control-over-tcp \
-dccp const10:const1000:const10:const1000