Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2003 09:39:00 +0200 (CEST)
From:      Dirk-Willem van Gulik <dirkx@webweaving.org>
To:        Olivier Nicole <on@cs.ait.ac.th>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Simple client/server
Message-ID:  <20030610093609.F801-100000@foem>
In-Reply-To: <200306100734.OAA05051@banyan.cs.ait.ac.th>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 10 Jun 2003, Olivier Nicole wrote:

> I'd like to find an example of C programming for an Internet server
> (client I have done already).

Go to the bookshop and get Stevens; Unix Network Programming. You will not
regret this :)

> The idea is to write a tool that could jam the network with packets
> between client and server to check the maximum load a firewall can
> handle.

cd /usr/ports
	-> check the fair number of app's in 'INDEX' which
	already do so

or http://www.freshports.org/benchmarks/, http://www.freshports.org/net/

or

	cd /usr/poorts/benchmarks/netperf
	make all install

	read docs of netperf.

Use. Shivver. And discover that firewalls need more meaningful metrics.

DW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030610093609.F801-100000>