On Mar 2, 2020, at 2:43 PM, Robert Armstrong <bob
at jfcl.com> wrote:
PyDECnet right now has a listening port per
circuit, and allows one
connection on that ...
So it's correct that in the current implementation a site would need a
unique port for every Multinet TCP listen connection?
Just want to make sure I'm not imposing needless restrictions...
In the current PyDECnet, yes. I don't think this would be terribly hard to change if
there's demand for that. In TCP, that is. UDP traffic from several remotes sharing a
port would be trickier and I'm less inclined to take that on.
paul