Skip to content

Conversation

@traversaro
Copy link

Since Poco 1.12, the DatagramSocket constructor DatagramSocket(const SocketAddress& addr, bool reuseAddress=false) was changed, and there default value of the reuseAddress was removed, so to ensure compilation with Poco >= 1.12, it is necessary to explicitly set the reuseAddress argument. As before the second argument already existed, the change is backward compatible.

See pothosware/PothosCore#241 for a similar issue.

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

Successfully merging this pull request may close these issues.

1 participant