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

Change multicast address and port #7

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

groupmsl
Copy link
Contributor

@groupmsl groupmsl commented Jan 4, 2024

  • Now possible to change multicast address and port
  • Ported to .NET 8

I could have done this without porting to .NET 8, but I don't have Framework set up on my machine and it is pretty old now. Let me know your thoughts

@groupmsl groupmsl mentioned this pull request Jan 4, 2024
* Allows default multicast address and port to be used (with empty input)
* Better logging on error
@groupmsl
Copy link
Contributor Author

groupmsl commented Jan 5, 2024

Pasting my latest comment from #3 here for completeness:

I have made changes similar to these and updated the PR. I like what you did as it also allows for the user to use the default multicast address and port if not specified.

RE: nullable, it was in the default .csprj created with a dotnet create console, but (as you hinted) it isn't required and removes a bunch of warnings when disabled. I have done this in the latest commit.

- remove extra using statements
- update tool name
- fix spelling mistake in a comment
- clarify the range of expected inputs
@enclave-marc-barry enclave-marc-barry merged commit f13eb01 into enclave-networks:master Jan 5, 2024
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.

2 participants