History log of /freebsd-current/tools/tools/netrate/netreceive/netreceive.c
Revision Date Author Comments
# b3e76948 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


# f7a17322 25-Dec-2012 Luigi Rizzo <luigi@FreeBSD.org>

various connections to last commit


# 6750270f 23-Dec-2012 Luigi Rizzo <luigi@FreeBSD.org>

small cleanup of the code, and add support for running multiple
threads on each socket.


# 0044d1b5 28-Dec-2011 Olivier Houchard <cognet@FreeBSD.org>

Oops, if we want to check from 0 to nsock, the test condition should be
< nsock, not >.

Pointy hat to: cognet
Submitted by: Olivier Cochard-Labbe <olivier AT cochard doT me>


# c2a24727 08-Nov-2011 Olivier Houchard <cognet@FreeBSD.org>

Add IPv6 support to netblast/netsend/netreceive

PR: bin/161368
Submitted by: Olivier Cochard-Labbe <olivier AT cochard doT me>


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 98da5dfb 20-Sep-2004 Robert Watson <rwatson@FreeBSD.org>

Set default socket size for netreceive to 128k to reduce the chances
of the buffer overflowing before netreceive can be scheduled to read
the packets from the socket.


# 2d832be0 10-Sep-2004 Robert Watson <rwatson@FreeBSD.org>

Add netrate (netreceive, netsend), a tool for generating (and sinking)
UDP packets of specified size at a fixed rate. I've been using this for
netperf-related testing.