A vendor closed a ticket for a new feature but won't provide any details on how to use it, nor is there any evidence it was actually implemented. Their support team keeps pointing us to docs for something entirely different.

Guess I'm writing my own service to do what we need. Might be a good candidate for my first #rustlang project.

@rpetti What kind of service are you going to write? :D
@mo8it A replacement replication service for a piece of software I'm using. For whatever reason the current implementation uses only a single connection, and performs poorly over WAN as a result.