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

UdpClient broadcast message problem #318

Open
serdar-sahin opened this issue Oct 15, 2024 · 0 comments
Open

UdpClient broadcast message problem #318

serdar-sahin opened this issue Oct 15, 2024 · 0 comments

Comments

@serdar-sahin
Copy link

Add the following line under the Connect method in UdpClient.cs.

Socket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, true);

Usage;

`IPEndPoint ipEndPoint = new IPEndPoint(IPAddress.Broadcast, 3333);
var client = new PluginUdpClient(ipEndPoint);

client.Connect();
client.Send("hello");`

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

No branches or pull requests

1 participant