mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Add package functions to define and set the rendezvous method
Add exported functions to the snowflake client library to allow calling programs to define and set their own custom broker rendezvous methods.
This commit is contained in:
parent
624750d5a8
commit
99887cd05d
5 changed files with 71 additions and 14 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
"git.torproject.org/pluggable-transports/snowflake.git/common/amp"
|
||||
)
|
||||
|
||||
// ampCacheRendezvous is a rendezvousMethod that communicates with the
|
||||
// ampCacheRendezvous is a RendezvousMethod that communicates with the
|
||||
// .../amp/client route of the broker, optionally over an AMP cache proxy, and
|
||||
// with optional domain fronting.
|
||||
type ampCacheRendezvous struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue