Commit graph

6 commits

Author SHA1 Message Date
Dmitry Sivachenko
a20cff936e Update to version 2.9.2 2009-06-23 07:55:03 +00:00
Dmitry Sivachenko
99019865cc Downgrade to 2.8.1 while issues with 2.9.1 are being addressed. 2009-06-19 11:36:14 +00:00
Dmitry Sivachenko
94ad88e94b Update to 2.9.1. 2009-06-17 10:01:22 +00:00
Dmitry Sivachenko
e9d2f72003 Update to version 2.6.6 (our patches were integrated into the distribution). 2009-01-30 14:05:39 +00:00
Dmitry Sivachenko
838a35a942 1) Consistently use "%08X" instead of "%08lX" for formatting uint32_t
task ID.
2) Consistently use "%d" instead of "%ld" for formatting int32_t values.

This results in printing the same (correct) numbers on amd64 as they appear
on i386.

Use correct type for arguments in uftp.h:logfunc(...).

Bump PORTREVISION.
2008-12-26 14:08:47 +00:00
Wesley Shields
29510aa3fc UFTP is a multicast file transfer program, utilizing a protocol
based on Starburst MFTP. It is designed to reliably and efficiently
transfer files to multiple receivers simultaneously, where either
the intended receivers can be specified beforehand, or receivers
can join the transfer when it is initiated. This is useful for
distributing large files to a large number of receivers, and is
especially useful for data distribution over a satellite link (with
two way communication), where the inherent delay makes any TCP based
communication terribly inefficient.

http://www.tcnj.edu/~bush/uftp.html

Submitted by:	gnn (private email/IRC)
Approved by:	garga (mentor)
2008-06-05 01:53:43 +00:00