Subject: CVS commit: pkgsrc/net/ns
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 01/27/2006 02:31:43
Module Name:	pkgsrc
Committed By:	minskim
Date:		Fri Jan 27 02:31:43 UTC 2006

Modified Files:
	pkgsrc/net/ns: Makefile distinfo
	pkgsrc/net/ns/patches: patch-af patch-ar
Removed Files:
	pkgsrc/net/ns/patches: patch-aa patch-ac

Log Message:
Update ns to 2.29.

Changes:
- updated SCTP implementation.
- added new retransmission policy for sending fast retransmissions to
  the same destination and timeout retransmissions to an alternate
  destination
- added experimental feature: changePrimaryThresh_ sets a threshold for
  when the primary destination is changed automatically
- added the ability to specify one of three dormant state actions
- added the ability to track the number of times fast retransmit,
  multiple fast retransmit, and timeouts are invoked
- new TCL bindable variables: initial RTO, min RTO, max RTO, fast rtx
  trigger, and sack delay
- bug fixes.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 pkgsrc/net/ns/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/net/ns/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/net/ns/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/net/ns/patches/patch-ac
cvs rdiff -r1.5 -r1.6 pkgsrc/net/ns/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/net/ns/patches/patch-ar

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.