Bug 260861 - audio/jamulus-server: -6 makes server IPv6 only
Summary: audio/jamulus-server: -6 makes server IPv6 only
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-01 13:06 UTC by Stefan Bethke
Modified: 2022-01-01 13:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bethke 2022-01-01 13:06:01 UTC
Adding -6 to the jamulus_server_flags does enable IPv6, but drops the socket for IPv4.

I believe this is due to different defaults between Linux and (Free)BSD. The code opening the socket should specify the correct flag to get a socket that supports both IPv4 and IPv6.