
Log of /trunk/uia/sst/test/lib
Directory Listing
Revision
4175 -
Directory Listing
Modified
Thu Mar 26 16:53:55 2009 UTC (8 months ago) by
baford
forgot to check in some stuff after SIGCOMM deadline
Revision
3680 -
Directory Listing
Modified
Fri Jan 23 15:02:32 2009 UTC (10 months ago) by
baford
fixed a couple vegas issues
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
3676 -
Directory Listing
Modified
Thu Jan 22 08:38:50 2009 UTC (10 months ago) by
baford
rehashed SimLink to support asymmetric links;
added semi-realistic models for DSL and cable links.
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
3669 -
Directory Listing
Modified
Wed Jan 21 14:00:06 2009 UTC (10 months ago) by
baford
simple hacky implementation of "flow layer" starting to work
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
2492 -
Directory Listing
Modified
Thu May 24 20:08:16 2007 UTC (2 years, 6 months ago) by
baford
Prioritized web demo working! (Barely.)
Revision
2486 -
Directory Listing
Modified
Thu May 17 14:55:48 2007 UTC (2 years, 6 months ago) by
baford
Major overhaul of stream IDs and attachment mechanism,
to correspond with the current version of the SST paper.
got stream detachment and migration working in the process
(streams automatically migate to new channels as necessary,
e.g., when a host's underlying IP address changes).
Revision
2020 -
Directory Listing
Modified
Wed Apr 18 21:41:55 2007 UTC (2 years, 7 months ago) by
baford
Beginnings of a rewrite of the old UIP routing protocol
under the new SST simulation framework.
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
1811 -
Directory Listing
Modified
Tue Mar 27 17:55:31 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/sst/test/lib
Ephemeral streams now work properly in the cases of:
- small datagrams that fit in one packet
- datagrams up to 64KB that get sent as substreams.
Fragmentation and reassembly of intermediate-size datagrams
is not implemented yet,
and extremely large datagrams don't work because of
outstanding issues in the stream init/attach state machine.
Revision
1800 -
Directory Listing
Modified
Sat Mar 24 18:58:31 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/sst/test/lib
Separated Stream class into two classes:
one representing the object seen in the "public" API,
the other holding the internal state.
The internal BaseStream object can now stay around
after the client has deleted the public Stream,
in order to shut down the stream gracefully in the background.
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/lib
Wrapped everything in a top-level SST namespace for cleanliness.
Also, got rid of the SHA256/384/512 code now that OpenSSL has it.