
Log of /trunk/uia/sst/doc
Directory Listing
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/doc
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
1811 -
Directory Listing
Modified
Tue Mar 27 17:55:31 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/sst/doc
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/doc
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
1779 -
Directory Listing
Modified
Wed Mar 14 18:05:29 2007 UTC (2 years, 8 months ago) by
baford
Original Path:
trunk/sst/doc
Moved SST tree into proper place in SVN repository
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/doc
TCP is almost working; just disconnect isn't yet...
Revision
1737 -
Directory Listing
Modified
Mon Jan 8 17:31:44 2007 UTC (2 years, 10 months ago) by
baford
Original Path:
sst/trunk/sst/doc
Got static/global data encapsulated into new Host class
so it should now be possible to run multiple SST instances together.