▲ | combyn8tor 4 days ago | |||||||||||||||||||||||||||||||||||||
Is the load balancing of the relays out of scope? It doesn't seem to be addressed in the write up unless I missed it. | ||||||||||||||||||||||||||||||||||||||
▲ | kixelated 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
EDIT: Sorry I just noticed this was directed to Cloudflare. They're using the same architecture as Cloudflare Realtime, their WebRTC offering. `relay.moq.dev` currently uses GeoDNS to route to the closest edge. I'd like to use anycast like Cloudflare (and QUIC's preferred_address), but cloud offerings for anycast + UDP are limited. The relays nodes currently form a mesh network and gossip origins between themselves. I used to work at Twitch on the CDN team so I'd like to eventually add tiers, but it's overkill with near zero users. The moq-relay and terraform code is all open source if you're super curious. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
▲ | englishm 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
I plan to cover more of the internal implementation details at a future date, possibly at a conference this fall.. But I can at least say that we use anycast to route to a network-proximal colo. |