Date: Sat, 15 Jan 2005 17:23:23 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/brutecopy Makefile distinfo pkg-descr ports/net/brutecopy/files patch-client patch-makefile patch-server Message-ID: <200501151723.j0FHNNKX084902@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-01-15 17:23:23 UTC
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/brutecopy Makefile distinfo pkg-descr
net/brutecopy/files patch-client patch-makefile patch-server
Log:
Add brutecopy, an application that pushes data using UDP protocol through rotten,
overloaded and otherwise disgusting lines. It should work well even on lines
on which TCP completely chokes. The transmission is performed at
user-preprogrammed fixed data rate with no flow control, only with lost-packet
retransmits. Brutalcopy always transfers the file without error, even on
erroneous lines. It uses a CRC-32 checksum algorithm together with the checksum
in the UDP packets.
PR: ports/76239
Submitted by: Radim Kolar <hsn@netmag.cz>
Revision Changes Path
1.1412 +1 -0 ports/net/Makefile
1.1 +38 -0 ports/net/brutecopy/Makefile (new)
1.1 +2 -0 ports/net/brutecopy/distinfo (new)
1.1 +54 -0 ports/net/brutecopy/files/patch-client (new)
1.1 +32 -0 ports/net/brutecopy/files/patch-makefile (new)
1.1 +53 -0 ports/net/brutecopy/files/patch-server (new)
1.1 +14 -0 ports/net/brutecopy/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501151723.j0FHNNKX084902>
