OK kn
On Fri, Jul 29, 2022 at 02:24:55PM +0200, Alexander Bluhm wrote:
> Forgot attach tgz :-(
>
> On Fri, Jul 29, 2022 at 02:24:02PM +0200, Alexander Bluhm wrote:
> > Hi,
> >
> > I have written a little tool to send and receive UDP packets and
> > measure thoughput. With existing programs like iperf3 it is unclear
> > what happens at syscall layer. My udpbench can generate twice as
> > much UDP throughput due to strange effects in iperf3.
> >
> > Can we add benchmarks/udpbench as port?
> >
> > Comment:
> > udp network benchmarking tool
> >
> > Description:
> > Measure UDP send and receive performance. Be very careful that the
> > data is reliable. Avoid unnecessary system calls that may affect
> > the result.
> >
> > ok?
> >
> > bluhm