Post

Replies

Boosts

Views

Activity

Comment on Does macOS/Sequoia require a new entitlement to send multicast packets?
Update, it looks like our call to connect() from sys/socket.h is the thing that triggers the dialogue box. It returns non-zero after the user clicks "Allow", and the errno is EHOSTUNREACH. But then everything works when the program is re-run, since the connection is not interrupted by a dialogue box. It's difficult to see why the connection request should be refused as 'unreachable' when it clearly isn't once permission has been granted.
Sep ’24