cvs commit: ports/net Makefile ports/net/brutecopy Makefile distinfo pkg-descr ports/net/brutecopy/files patch-client patch-makefile patch-server

Pav Lucistnik pav at FreeBSD.org
Sat Jan 15 09:23:24 PST 2005


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 at 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)


More information about the cvs-all mailing list