Hacker News new | past | comments | ask | show | jobs | submit login

I wonder if multicast could be reclaimed as a layer in application-specific overlay networks. E.g. if a videoconference tool wanted to join a session, it would create stateless IP tunnel to an access point, and then just run regular multicast RTP over that.

It would allow to use existing tools and infrastructure to scale that and remove forwarding and distribution from applications to a common layer. But it has a disadvantage that there is no common API for applications to setup ad-hoc transient IP tunnnels, as that is usually a privileged operation.




that's kind of what the mbone was, a tunnel overlay. it just look a lot of fussing around for too many years.

the only reason that a tunnel is privileged is that it creates a kernel interface. given that we can't really use tcp anyways, there isn't any reason why the whole stack can't live in user space on a generic UDP port.

you would have to have pim or torrent style discovery/rendezvous machinery

aside from efficiency, I wonder what the use case is?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: