Update Feeds authored by Nicolas Pope's avatar Nicolas Pope
...@@ -28,6 +28,8 @@ Hence the following is true: ...@@ -28,6 +28,8 @@ Hence the following is true:
* Allow certain channels to be restricted to prevent change in response frames. * Allow certain channels to be restricted to prevent change in response frames.
* Do not allow `FrameCreator` objects for sources that are not owned (except via `response()`) * Do not allow `FrameCreator` objects for sources that are not owned (except via `response()`)
Another approach to the above is to use the existing frame info on `foreign` vs `local` vs `completed` frames. This same status information can determine of the frame is a response frame or a primary frame, response frames arrive without the `foreign` tag where as primary frames have the flag. The flag should be renamed to `response` vs `primary`.
It should be possible to merge multiple sources into a single frameset, currently this occurs inside the `Stream` objects through a multiplexing/demultiplexing process. It should be possible to merge multiple sources into a single frameset, currently this occurs inside the `Stream` objects through a multiplexing/demultiplexing process.
Frame set identifiers must also be allocated. Frame set identifiers must also be allocated.
... ...
......