Forward bridge fingerprint

gitlab 28651
This commit is contained in:
Arlo Breault 2022-03-08 16:27:52 -05:00
parent 281d917beb
commit b563141c6a
7 changed files with 41 additions and 11 deletions

View file

@ -130,8 +130,9 @@ func (i *IPC) ClientOffers(arg messages.Arg, response *[]byte) error {
}
offer := &ClientOffer{
natType: req.NAT,
sdp: []byte(req.Offer),
natType: req.NAT,
sdp: []byte(req.Offer),
fingerprint: req.Fingerprint,
}
// Only hand out known restricted snowflakes to unrestricted clients