PDOS

[uia] / trunk / uia / sst / test / ucbweb  

Log of /trunk/uia/sst/test/ucbweb

View Directory Listing Directory Listing


Sticky Revision:

Revision 3678 - Directory Listing
Modified Thu Jan 22 16:55:11 2009 UTC (10 months ago) by baford
reno & vegas-style congestion control now working across multiple segments

Revision 3672 - Directory Listing
Modified Wed Jan 21 14:30:25 2009 UTC (10 months ago) by baford
Add LGPL copyright notices, update licensing info/explanation in README

Revision 3557 - Directory Listing
Modified Thu Nov 13 19:05:43 2008 UTC (12 months, 1 week ago) by baford
add support for configurable network topologies in simulation framework

Revision 2880 - Directory Listing
Modified Fri Nov 23 22:04:25 2007 UTC (2 years ago) by baford
Incorporated patch from Cyrus Hall for install target and shared libs,
slightly modified to preserve POST_TARGETDEPS dependency on libsst.

Revision 2728 - Directory Listing
Modified Tue Aug 7 15:30:00 2007 UTC (2 years, 3 months ago) by baford
Added API hooks for listen modes and receive buffer control

Revision 1845 - Directory Listing
Modified Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by jastr
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk

Revision 1823 - Directory Listing
Modified Wed Mar 28 17:46:53 2007 UTC (2 years, 7 months ago) by jastr
Original Path: branches/reorg/sst/test/ucbweb
copy sst into branch

Revision 1821 - Directory Listing
Modified Wed Mar 28 17:15:48 2007 UTC (2 years, 7 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Minor fixes to get SST compiling again on Linux

Revision 1819 - Directory Listing
Modified Wed Mar 28 15:40:30 2007 UTC (2 years, 7 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Got rid of DefaultHost class in favor of simply providing
two alternative constructors in the basic Host class.
Also, finished writing up a hopefully usable main page
for the library API documentation.

Revision 1815 - Directory Listing
Modified Wed Mar 28 13:17:26 2007 UTC (2 years, 7 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Added a protocol name to the top-level service connectTo()/listen() API,
so that a registered StreamServer is indexed by a (service,protocol) pair.
This design makes it natural to allow a host to support multiple protocols,
or incompatible protocol versions, that provide the same logical service,
and eventually should allow users/administrators to browse and enable/disable
complete logical services without necessarily having to know the details of
which specific protocols are used to provide those services.

The top-level stream API is now, I believe,
pretty close to the way I want it and thus
hopefully approaching some level of stability.

Revision 1797 - Directory Listing
Modified Fri Mar 23 15:22:19 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Changed StreamServer and substream API to traditional accept() interface,
instead of just passing the new Stream pointer directly in the signal.
(Passing it in the signal is probably technically OK in the current context,
but may create race conditions if extended across thread/process boundaries.)

Revision 1796 - Directory Listing
Modified Fri Mar 23 14:43:20 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Replaced readEnd(), writeEnd(), and close()
with single shutdown() call mirroring the standard sockets API.

Revision 1792 - Directory Listing
Modified Tue Mar 20 19:10:43 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Better organization for OS-specific code

Revision 1785 - Directory Listing
Modified Thu Mar 15 22:14:53 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Wrapped everything in a top-level SST namespace for cleanliness.
Also, got rid of the SHA256/384/512 code now that OpenSSL has it.

Revision 1782 - Directory Listing
Modified Wed Mar 14 21:29:16 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Fixes and minor reorganization for Netsteria integration

Revision 1779 - Directory Listing
Modified Wed Mar 14 18:05:29 2007 UTC (2 years, 8 months ago) by baford
Original Path: trunk/sst/test/ucbweb
Moved SST tree into proper place in SVN repository

Revision 1777 - Directory Listing
Modified Sun Jan 28 21:11:14 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
Got prioritization working and graphed.  YES!!!

Revision 1776 - Directory Listing
Modified Sun Jan 28 16:36:18 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
Redesigned log format to produce more useful information;
got results for total page load delay graph.

Revision 1775 - Directory Listing
Modified Fri Jan 26 22:00:57 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
added a simple UDP ping tester

Revision 1774 - Directory Listing
Modified Fri Jan 26 19:33:31 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1773 - Directory Listing
Modified Fri Jan 26 19:00:16 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1772 - Directory Listing
Modified Fri Jan 26 18:41:31 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1771 - Directory Listing
Modified Fri Jan 26 16:03:08 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
Fixed bug causing packets to be permanently misplaced
if the UDP transmit function returns an error...

Revision 1770 - Directory Listing
Modified Fri Jan 26 14:10:50 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1769 - Directory Listing
Modified Fri Jan 26 13:50:12 2007 UTC (2 years, 9 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1768 - Directory Listing
Modified Thu Jan 25 20:26:10 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
TCP congestion control seems to be working better now

Revision 1767 - Directory Listing
Modified Thu Jan 25 19:47:18 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
TCP more or less works!

Revision 1766 - Directory Listing
Modified Thu Jan 25 16:59:42 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
TCP is almost working; just disconnect isn't yet...

Revision 1765 - Directory Listing
Modified Thu Jan 25 04:21:57 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1764 - Directory Listing
Modified Thu Jan 25 04:08:31 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
TCP stuff is compiling!

Revision 1763 - Directory Listing
Modified Thu Jan 25 03:20:22 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1762 - Directory Listing
Modified Wed Jan 24 23:51:39 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
Hmmm, how to handle SACKs...

Revision 1760 - Directory Listing
Modified Wed Jan 24 21:41:41 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
TCP work for comparison...

Revision 1759 - Directory Listing
Modified Wed Jan 24 03:04:50 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
Added support for asynchronous connect over existing flows.

Revision 1758 - Directory Listing
Modified Tue Jan 23 23:48:50 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1757 - Directory Listing
Modified Tue Jan 23 23:48:50 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1756 - Directory Listing
Modified Tue Jan 23 17:55:03 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
fixed more CC-related performance bugs; seems to be working OK now.

Revision 1755 - Directory Listing
Modified Tue Jan 23 16:56:41 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
fixed some performance bugs in congestion control, more remain...

Revision 1754 - Directory Listing
Modified Tue Jan 23 05:16:45 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
Similator seems to be more-or-less working

Revision 1753 - Directory Listing
Modified Tue Jan 23 02:01:24 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
added request time logging

Revision 1751 - Directory Listing
Modified Tue Jan 23 00:52:19 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1750 - Directory Listing
Modified Mon Jan 22 23:23:18 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
fixed timer bugs; test is starting to work over SST!

Revision 1749 - Directory Listing
Modified Mon Jan 22 21:38:36 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1748 - Directory Listing
Modified Mon Jan 22 20:50:28 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
got native TCP mode test working again

Revision 1746 - Directory Listing
Modified Mon Jan 22 20:11:22 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
finished coding new stuff, almost compiling...

Revision 1745 - Directory Listing
Modified Mon Jan 22 19:04:45 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
finished implementing simple checksum security support

Revision 1740 - Directory Listing
Modified Fri Jan 19 22:03:40 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
...

Revision 1738 - Directory Listing
Added Tue Jan 16 17:49:12 2007 UTC (2 years, 10 months ago) by baford
Original Path: sst/trunk/sst/test/ucbweb
trace-based web traffic simulator starting to work on native TCP

Sort log by:

Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3