Commit Graph

137 Commits

Author SHA1 Message Date
Brian Tierney
e99faeae86 more cleanup and bug fixes 2009-11-10 04:41:42 +00:00
Brian Tierney
a3281a3dc6 parallel streams now mostly working. Still some issues with repeated connections 2009-11-06 07:25:10 +00:00
Brian Tierney
150a09e9e2 refactoring of state machine now complete! works for single stream TCP only at the moment 2009-11-06 02:19:20 +00:00
Brian Tierney
8f4e66c9d0 interrim commit: work in progress 2009-11-06 01:43:50 +00:00
Brian Tierney
8d41fbd712 more bug fixes, still needs work 2009-11-03 06:38:09 +00:00
Brian Tierney
c27f38e5be more work on state cleanup: not yet done 2009-11-03 05:37:06 +00:00
Brian Tierney
a36921c2dd state machine cleanup (still in progress) 2009-11-02 23:56:55 +00:00
Brian Tierney
a951c98062 lots of code restructuring 2009-11-02 22:43:19 +00:00
Brian Tierney
da54a271ad a bit more cleanup, and determined that UDP is more broken than I thought. 2009-10-27 03:51:04 +00:00
Brian Tierney
1b85468f0c more cleanup of TCP/UDP code 2009-10-27 03:06:56 +00:00
Brian Tierney
513fcaefe1 more better comments 2009-10-26 14:34:41 +00:00
Brian Tierney
02fed106c4 worked on receive_result_from_server, more cleanup and comments 2009-10-24 22:31:38 +00:00
Brian Tierney
9a51510ab3 more cleanup: separate file for main routine 2009-10-24 21:15:04 +00:00
Brian Tierney
146be079ba added comment on lack of portability 2009-10-24 20:43:06 +00:00
Brian Tierney
d56546318e add comment 2009-10-23 23:01:46 +00:00
Brian Tierney
a1eb8922d3 TCP_INFO seems to be working on FreeBSD now 2009-10-23 22:58:32 +00:00
Brian Tierney
c0c797b0eb some cleanup for FreeBSD, and further work on TCP_INFO (not finished) 2009-10-23 22:30:17 +00:00
Brian Tierney
d842bb6c9c some minor cleanup 2009-10-23 19:14:17 +00:00
Brian Tierney
6f5723846d lots more cleanup. Seems to work for single stream TCP now. UDP broke. Parallel TCP not tested 2009-10-23 01:30:55 +00:00
Brian Tierney
a725333452 more cleanup; TCP works again now, lots of debug messages still in there 2009-10-22 20:12:57 +00:00
Brian Tierney
c00858d228 added Nread and Nwrite routines, as alternatives to recv 2009-10-22 20:12:27 +00:00
Brian Tierney
657083f27f more cleanup, lots of comments/questions/debug code added, currently broken 2009-10-20 16:56:02 +00:00
Brian Tierney
371c23d833 now compiles on FreeBSD, and fixed -h option 2009-10-20 03:33:50 +00:00
Brian Tierney
b25e5235cb updates/bug fixes (still not done) 2009-10-20 00:07:42 +00:00
Brian Tierney
540d2ae4c2 starting adding TCP_INFO stuff. Not yet tested or finished 2009-10-19 23:44:36 +00:00
Brian Tierney
e434aab6a2 code cleanup: used 'indent' to enforce consistant style 2009-10-19 22:35:18 +00:00
kaustubhprabhu
2d62ee81b2 removed extra log prints 2009-08-13 23:16:06 +00:00
kaustubhprabhu
702c882fe2 added support for abrupt termination Ctrl+c 2009-08-10 21:57:52 +00:00
kaustubhprabhu
27a5c9f3ec changed TCP payload buffer assignment 2009-08-08 00:37:28 +00:00
kaustubhprabhu
aadd324191 corrected interval [sum] bandwidth 2009-08-06 21:22:44 +00:00
kaustubhprabhu
f2eccde89e changed tcp payload to normal for performance improvement 2009-08-06 21:00:03 +00:00
kaustubhprabhu
7ec1259bd7 added setpriority to increase the priority of execution 2009-08-06 20:29:22 +00:00
kaustubhprabhu
7e97b90df5 replaced malloc()for buffer in send() with sp->buffer in stream 2009-08-06 20:26:59 +00:00
kaustubhprabhu
b359357773 changed default window size assignment in iperf_init_test() 2009-08-03 22:20:45 +00:00
kaustubhprabhu
4cb629896a changed recv window assignment, added non-blocking sockets on server side 2009-08-03 20:14:08 +00:00
kaustubhprabhu
c434311b0d changed default port assignment in main() 2009-07-29 21:16:52 +00:00
kaustubhprabhu
675aadd72a simplified main() 2009-07-29 00:30:52 +00:00
kaustubhprabhu
c5038eea0a disabled timer for -n option 2009-07-28 20:21:30 +00:00
kaustubhprabhu
5212846ff4 added -n option for bytes to be sent, added function headers in iperf_api.h 2009-07-28 18:39:18 +00:00
kaustubhprabhu
62aab8d53d corrected blksize in result exchange messages, removed unncessary conditions in reporter callback 2009-07-27 23:01:31 +00:00
kaustubhprabhu
d47cf1d204 added cookie in all state messages, changed tcp payload, changed receive_result_from_server 2009-07-27 22:05:49 +00:00
Jon Dugan
6f6716aed1 rework iperf_run using switch statement; add missing break from arg processing 2009-07-24 21:30:17 +00:00
Jon Dugan
a28983bbe1 fix linux compilation (needed -luuid); linux doesn't define FD_COPY, use memcpy instaed; formatting fixes 2009-07-24 21:06:16 +00:00
Jon Dugan
a613b6a3b6 fix formatting 2009-07-24 21:01:48 +00:00
kaustubhprabhu
40a1df10c1 changed cookie as a string in struct iperf_setting, param_exchange and in Param_exchange message 2009-07-24 18:21:50 +00:00
Jon Dugan
aa3ad76730 rework uuids; rework Makefile 2009-07-23 18:22:24 +00:00
Jon Dugan
a294fbda37 remove autoconf goop 2009-07-23 16:14:36 +00:00
kaustubhprabhu
e7c1d33fce added uuid related functions, added macros for compilation on FreeBSD 2009-07-23 00:34:57 +00:00
kaustubhprabhu
89fe565493 added PARAM_Exchange messages and cookies to prevent test collisions 2009-07-21 23:28:18 +00:00
Jon Dugan
7b63081921 client select was reusing fd_set; use FD_COPY to copy fd_sets 2009-07-21 20:16:09 +00:00