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

openPGM on FreeBSD 11.1 #53

Open
jHCK opened this issue Apr 30, 2018 · 1 comment
Open

openPGM on FreeBSD 11.1 #53

jHCK opened this issue Apr 30, 2018 · 1 comment

Comments

@jHCK
Copy link

jHCK commented Apr 30, 2018

The source does not compile or run properly on FreeBSD 11.1. Is it supposed to run on this OS?
The first issue is with the byteorder.h header file which I was able to fix to get the code to compile but when running it with the samples, I continually get "invalid argument" errors when joining a multicast group.

@steve-o
Copy link
Owner

steve-o commented Apr 30, 2018

It does run on MacOS and it did run on FreeBSD. However there are IPv6 updates that tend to break things as there are "new" agnostic APIs for multicast subscriptions, RFC 3678, that are slowly implemented. Please check FreeBSD's struct group_req that may now be official:

https://github.com/steve-o/openpgm/blob/master/openpgm/pgm/include/pgm/in.h

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