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

LUBE: Receiving answers to an UDP broadcast fails #10

Open
Boolsheet opened this issue Sep 3, 2012 · 0 comments
Open

LUBE: Receiving answers to an UDP broadcast fails #10

Boolsheet opened this issue Sep 3, 2012 · 0 comments

Comments

@Boolsheet
Copy link

It's currently not possible to receive answers to an UDP broadcast because udpClient:_receive checks the incoming datagrams against the connected IP address, which is a broadcast address. It dismisses all messages.

The current design apparently expects the clients to know who their getting messages from as the recv callback does not pass on the IP address an port. This would be another problem with UDP broadcasts.

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