Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multicast networking? #245

Open
fragglet opened this issue Aug 26, 2021 · 1 comment
Open

Multicast networking? #245

fragglet opened this issue Aug 26, 2021 · 1 comment

Comments

@fragglet
Copy link
Contributor

fragglet commented Aug 26, 2021

Hi,

BasiliskII (and Sheepshaver too maybe?) supports UDP-based networking that uses broadcast packets encapsulating an Ethernet frame. While this is a useful way to get simple networking without needing elevated privileges it has some downsides:

  1. You can only have a single VM per machine since multiple VMs can't bind to the same port
  2. Broadcast goes to every machine on the network
  3. Only works with BasiliskII and nothing else

qemu and User-Mode Linux have both adopted the same multicast transport scheme which fixes both (1) and (2) above (the multiple-bind thing can be solved using SO_REUSEPORT but only if it's a multicast port). Plus you'd get the benefit of being able to interact with other types of virtual machine on the same network.

Would you accept a patch that implements this?

@cebix
Copy link
Owner

cebix commented Aug 9, 2024

Yes, that would be very interesting!

rakslice pushed a commit to rakslice/macemu that referenced this issue Jan 10, 2025
…ming

B2: Enable high precision timer for POSIX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants