On Jun 16, 2024, at 4:02 PM, Paul Koning
<paulkoning(a)comcast.net> wrote:
...
Given that RSX allows sending data immediately after the ACCEPT call, the implication is
that it's buffering those data requests until the transition to RUN, at which point
it's allowed to send them. That's a fine implementation and perhaps I should
change PyDECnet to do the same, but currently it doesn't do that; instead it follows
the NSP model (Phase IV NSP spec, page 37).
It's page 36 of the 4.0.0 spec, page 37 in the 4.0.1 spec.
paul