
Log of /trunk/uia/sst/test/ucbweb
Directory Listing
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
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
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
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
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...