refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
70 stars 19 forks source link

Make specific version selector functions public #271

Closed ewust closed 6 months ago

ewust commented 6 months ago

This change makes the selectPhantom() functions public (e.g. SelectPhantom() ), which is needed by the gen-bias tool in the gotapdance repo. Since we refactored this and moved it to the station repo, we'll either need to move the gen-bias tool here or make this change to be able to generate the bias for arbitrary client versions.

ewust commented 6 months ago

Found an alternative way to accomplish this using the Select() interface, this PR is not needed. Fixed in https://github.com/refraction-networking/gotapdance/pull/158