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

feat: impl BroadcastSender #6

Closed
wants to merge 1 commit into from
Closed

feat: impl BroadcastSender #6

wants to merge 1 commit into from

Conversation

BBArikL
Copy link
Contributor

@BBArikL BBArikL commented Nov 14, 2024

Implement a UDP broadcast sender. Even though it is not in the syslog specification, my needs requested that the syslog be broadcasted over the network so multiple receivers could accumulate them. It would be great to have this merged if others need this.

@BBArikL BBArikL changed the title Implement a BroadcastSender feat: impl BroadcastSender Nov 14, 2024
@tisonkun
Copy link
Contributor

Thanks for your contribution! I'll review this today.

@tisonkun
Copy link
Contributor

@BBArikL I found that this is somehow a variant of the UdpSender and we can extend the existing sender.

Here is a patch based on yours - #8

You contribution credit with be retained by Co-authored-by.

@tisonkun tisonkun closed this in #8 Nov 17, 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