Simple client/server

2003-06-10 Thread Olivier Nicole
Hi,

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

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.

Best regards,

Olivier
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Simple client/server

2003-06-10 Thread Dirk-Willem van Gulik


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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]