]> git.sesse.net Git - jam/history - jam.c
Actually send (random) data.
[jam] / jam.c
2007-01-31 sgunderson@bigfoot.comActually send (random) data.
2007-01-31 sgunderson@bigfoot.comMake a special "listen-only" mode.
2007-01-31 sgunderson@bigfoot.comCreate threads in a detached state.
2007-01-31 sgunderson@bigfoot.comTweak the output a bit.
2007-01-31 sgunderson@bigfoot.comMake the sender a bit less dumb.
2007-01-31 sgunderson@bigfoot.comAdd a Pareto random number generator.
2007-01-31 sgunderson@bigfoot.comAdd an option for setting the number of senders.
2007-01-31 sgunderson@bigfoot.comStart firing off sender workers.
2007-01-31 sgunderson@bigfoot.comWrite a friendly "we're ready" message.
2007-01-31 sgunderson@bigfoot.coms/file/list/ in the options.
2007-01-31 sgunderson@bigfoot.comCheck for empty source or destination list.
2007-01-31 sgunderson@bigfoot.comAlso read the sources.
2007-01-31 sgunderson@bigfoot.comGeneralize the file reading, and store the IPs in memory.
2007-01-31 sgunderson@bigfoot.comStart parsing the destination list.
2007-01-31 sgunderson@bigfoot.comMake the port configurable.
2007-01-31 sgunderson@bigfoot.comStart parsing options.
2007-01-31 sgunderson@bigfoot.comSet a much smaller stack size for the worker threads...
2007-01-31 sgunderson@bigfoot.comFix error detection for pthread_create().
2007-01-31 sgunderson@bigfoot.comSet SO_REUSEADDR.
2007-01-31 sgunderson@bigfoot.comCheck the return value of pthread_create.
2007-01-31 sgunderson@bigfoot.comMake the receiver worker actually handle the socket.
2007-01-31 sgunderson@bigfoot.comAdd a loop listening for new connections.
2007-01-31 sgunderson@bigfoot.comlisten() on the socket.
2007-01-31 sgunderson@bigfoot.comBind to the right port.
2007-01-31 sgunderson@bigfoot.comBegin!