keroserene / snowflake

WebRTC Pluggable Transport - the original snowflake repo
https://keroserene.net/snowflake/
Other
277 stars 31 forks source link

Register proxies with the broker #9

Closed arlolra closed 8 years ago

arlolra commented 8 years ago

Get the browser snowflakes to register with the broker, and be able to generate an answers on demand.

Who did we decide is going to hold the connection open waiting for the other side? Client or proxy? (Should look that up.)

keroserene commented 8 years ago

Currently, the client holds the connection open, waiting for some proxy to obtain the offer and respond with the answer. It works, but I'm not convinced it's definitely the way :)

arlolra commented 8 years ago

Oh, you've got this done. Well then ...