zeroasiccorp / switchboard

Communication framework for RTL simulation and emulation.
https://zeroasiccorp.github.io/switchboard/
Apache License 2.0
255 stars 20 forks source link

Fix automatic naming of queues for TCP connections with multiple destinations #242

Closed sgherbst closed 3 months ago

sgherbst commented 3 months ago

Destination number should be included in queue name in this situation to avoid naming collisions. Switchboard was catching the naming collision, but there wasn't a convenient way to solve the problem.