From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 00:39:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C819F37B404 for ; Tue, 10 Jun 2003 00:39:46 -0700 (PDT) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CFB643FE0 for ; Tue, 10 Jun 2003 00:39:41 -0700 (PDT) (envelope-from dirkx@webweaving.org) Received: from foem (IDENT:chuckwebweaving.org@foem [10.11.0.2]) h5A7d0v7061515; Tue, 10 Jun 2003 09:39:00 +0200 (CEST) (envelope-from dirkx@webweaving.org) Date: Tue, 10 Jun 2003 09:39:00 +0200 (CEST) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem To: Olivier Nicole In-Reply-To: <200306100734.OAA05051@banyan.cs.ait.ac.th> Message-ID: <20030610093609.F801-100000@foem> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Simple client/server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 07:39:47 -0000 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