#
# $Id: CHANGES,v 1.19 2005/09/12 23:51:51 evertonm Exp $
#

WishList
========
- Establish TCP connections asynchronously.
- Send/receive TCP greetings asynchronously.
- Fix multicast support: can't send keepalives from mcast socket.

0.13
====
- UDP segment loss and duplication.

0.12
====
+ Command-line options for maximum socket buffer sizes.
+ Fixed calculation of minimum packet rate limit.
+ FreeBSD port.

0.11
====
+ Spawn one TCP client against multiple TCP servers.
+ Spawn one UDP client against multiple UDP servers
+ Control packet/send/write/syscall rate.

0.10
====
+ Basic support for UDP measurements.

0.9
===
+ Command-line option for listen(2) backlog.
+ Linux path MTU discovery.
+ Several minor changes.

0.8
===
+ Ignore SIGPIPE in favor of EPIPE.

0.7
===
+ Cosmetic clean-ups.

0.6
===
+ Changed unit of syscalls accounting.

0.5
===
+ System calls accounting.
+ Solaris port.
+ Several minor clean-ups.

