![]()
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
big reorg merge: merge -r 1807:1841 branches/reorg branch->trunk
copy sst into branch
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.
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.
Moved SST tree into proper place in SVN repository
TCP is almost working; just disconnect isn't yet...
Got static/global data encapsulated into new Host class so it should now be possible to run multiple SST instances together.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |