Refactored some code to make it simplier. Also fixed a minor problem with the recv size on the client being misreported. |
|
More...
|
over 14 years ago
|
Added a new quiet option, where the client doesn't send data or even connects. This allows us to use a different client (such as pktgen). |
|
More...
|
over 14 years ago
|
Removed the null_func functions and instead used NULL inside the run_functions. |
|
More...
|
over 14 years ago
|
Added some documentation, and hopefully fixed the reverse mode. |
|
More...
|
over 14 years ago
|
Updated the copyright line, and added a TODO. |
|
More...
|
over 14 years ago
|
Removed debug printf. |
|
More...
|
over 14 years ago
|
Changed addr_to_ipstr to not append the port number if its zero. |
|
More...
|
over 14 years ago
|
In reverse mode the correct server host is now used (hopefully). Also some minor whitespace fixes. |
|
More...
|
over 14 years ago
|
Fixed all the whitespace! |
|
More...
|
over 14 years ago
|
Minor cosmetic changes. |
|
More...
|
over 14 years ago
|
Send the reverse option over the network, AND make sure the version mismatch error displays correctly. |
|
More...
|
over 14 years ago
|
Finished adding the reverse mode. |
|
More...
|
over 14 years ago
|
Some whitespace fixes, and the beginning of the reverse mode. |
|
More...
|
over 14 years ago
|
Removed a debug line. |
|
More...
|
over 14 years ago
|
Added some casts to ensure 64bit arithmetic is done correctly on 32bit machines. |
|
More...
|
over 14 years ago
|
Fixed 32-64bit multiplcation bug in get_microseconds, and changed some assertions in pause_for_duration. |
|
More...
|
over 14 years ago
|
Check for a error from gettimeofday. |
|
More...
|
over 14 years ago
|
Fixed a sign error. |
|
More...
|
over 14 years ago
|
Changed the pause_for_duration to print out how long it is pausing, to use unsigned arithmetics, and to only usleep for as long as needed, not a constant 0.1seconds. |
|
More...
|
over 14 years ago
|
Print out the socket number in some of the errors. |
|
More...
|
over 14 years ago
|
Fixed a complication warning, and made the code more IPv6 safe. |
|
More...
|
over 14 years ago
|
Increase the IPC timeout. |
|
More...
|
over 14 years ago
|
Fixed typos. |
|
More...
|
over 14 years ago
|
Changed the error printing to be a little bit more consistant. |
|
More...
|
over 14 years ago
|
Fixed a 32/64 bit compile error with memset. |
|
More...
|
over 14 years ago
|
Removed a unneeded variable, and fixed a grammar error. |
|
More...
|
over 14 years ago
|
Minor change to stop Deamon mode printing out a empty new line after every test. |
|
More...
|
over 14 years ago
|
Fixed whitespace problems Un-inline some functions (I'm not sure why I did this?!) Added some extra tests, and added a couple of TODOs |
|
More...
|
over 14 years ago
|
Changed the parsing of iterations to allow a single normal to represent both min and max. |
|
More...
|
over 14 years ago
|
Fixed some win32 compile issues |
|
More...
|
over 15 years ago
|