Commit graph

6 commits

Author SHA1 Message Date
Babak Farrokhi
1d6e3807bf Change my email address to farrokhi@ in all ports that I maintain.
Approved by:	miwi (mentor)
2006-11-08 09:28:33 +00:00
Jean Milanez Melo
ae6cb2bc2e - Update mastersite.
- Update WWW.

PR:		ports/99801
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-07-07 13:23:43 +00:00
Pav Lucistnik
e950dc88c5 - Update MASTER_SITES
- Portlint

PR:		ports/92918
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-02-07 21:17:50 +00:00
Pav Lucistnik
2364dbedec - Update to 1.3
PR:		ports/91376
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-01-06 13:21:39 +00:00
Emanuel Haupt
51137da697 - Update distinfo, tarball was rerolled with a simple constraint check [1]
- Bump PORTREVISION

[1]

diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c
--- pathneck-1.2.old/pathneck.c Sun Nov  7 00:00:03 2004
+++ pathneck-1.2/pathneck.c     Sun Dec 25 20:34:39 2005
@@ -539,7 +539,7 @@
                        continue;

                    /* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */
-                   if (rtt_i < MAX_RTT_NUM) {
+                   if (rtt_i < MAX_RTT_NUM && len == 60) {
                        memcpy(rtt_rec[rtt_i], buffer, len);
                        rtt_arr_time[rtt_i] = get_time();
                        pre_time = rtt_arr_time[rtt_i];

PR:		91132
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-01-01 01:56:40 +00:00
Renato Botelho
6900478090 Pathneck is an active probing tool that can detect bottleneck location of
network path.
It only needs single end control, and has relatively small probing overhead
(33.6KB for one probing in the default setting).

WWW: http://gs274.sp.cs.cmu.edu/www/pathneck/

PR:		ports/90801
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-12-22 13:57:16 +00:00