Skip to content

ENH: support change of Pstream buffer format via flag modifier

Mark OLESEN requested to merge feature-token-passing into develop
  • allows changing the format of the sending OPstream at an arbitrary point in the transmission. The information is passed through the buffer and the receiving IPstream changes its format accordingly. This allows a temporary toggling of ASCII/BINARY mid-stream.

Merge request reports