History log of /freebsd-9.3-release/tools/tools/kttcp/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


138822 13-Dec-2004 gallatin

Make kttcp work in -stable (and -current)

- Removed kttcp_sosend() and kttcp_soreceive() in favor of using
sosend() / soreceive() with UIO_NOCOPY. The locking changes in the
socket layer make merging the kttcp_so* and the so* routines a real
pain. It was a lot easier to just use the integrated routines.

- Eliminated KTTCP_MAX_XMIT restrictions on send and receive sizes
because I encountered no problems with streams larger than MAX_INT.
MAX_INT bytes is only good for a few seconds at 4Gb/sec ;)

- Removed Giant from send / recv routines.

- Fixed character device protos, cdevsw init, etc, to work in 5.x /
6.x

Reviewed by: sam
MFC after: 1 week


130491 14-Jun-2004 rwatson

Update for so_state->sb_state, SB_* flag renames.

Submitted by: rik


122629 13-Nov-2003 sam

fixup include filenames; this stuff used to be in the kernel source tree


122628 13-Nov-2003 sam

honor environment settings of SYSDIR and BINDIR


122592 13-Nov-2003 sam

add in-kernel ttcp performance tool