mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Forward bridge fingerprint
gitlab 28651
This commit is contained in:
parent
281d917beb
commit
b563141c6a
7 changed files with 41 additions and 11 deletions
|
@ -139,10 +139,11 @@ func (ctx *BrokerContext) AddSnowflake(id string, proxyType string, natType stri
|
|||
return snowflake
|
||||
}
|
||||
|
||||
// Client offer contains an SDP and the NAT type of the client
|
||||
// Client offer contains an SDP, bridge fingerprint and the NAT type of the client
|
||||
type ClientOffer struct {
|
||||
natType string
|
||||
sdp []byte
|
||||
natType string
|
||||
sdp []byte
|
||||
fingerprint string
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue