]> git.sesse.net Git - jam/shortlog
jam
2007-01-31 sgunderson... Actually send (random) data.
2007-01-31 sgunderson... Make a special "listen-only" mode.
2007-01-31 sgunderson... Create threads in a detached state.
2007-01-31 sgunderson... Tweak the output a bit.
2007-01-31 sgunderson... Make the sender a bit less dumb.
2007-01-31 sgunderson... Add a Pareto random number generator.
2007-01-31 sgunderson... Add an option for setting the number of senders.
2007-01-31 sgunderson... Start firing off sender workers.
2007-01-31 sgunderson... Write a friendly "we're ready" message.
2007-01-31 sgunderson... s/file/list/ in the options.
2007-01-31 sgunderson... Check for empty source or destination list.
2007-01-31 sgunderson... Also read the sources.
2007-01-31 sgunderson... Generalize the file reading, and store the IPs in memory.
2007-01-31 sgunderson... Start parsing the destination list.
2007-01-31 sgunderson... Make the port configurable.
2007-01-31 sgunderson... Start parsing options.
2007-01-31 sgunderson... Set a much smaller stack size for the worker threads...
2007-01-31 sgunderson... Fix error detection for pthread_create().
2007-01-31 sgunderson... Set SO_REUSEADDR.
2007-01-31 sgunderson... Check the return value of pthread_create.
2007-01-31 sgunderson... Make the receiver worker actually handle the socket.
2007-01-31 sgunderson... Add a loop listening for new connections.
2007-01-31 sgunderson... listen() on the socket.
2007-01-31 sgunderson... Bind to the right port.
2007-01-31 sgunderson... Begin!