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

Forward unicast and multicast to different destinations #1

Closed
tewarid opened this issue Nov 27, 2017 · 1 comment
Closed

Forward unicast and multicast to different destinations #1

tewarid opened this issue Nov 27, 2017 · 1 comment

Comments

@tewarid
Copy link
Owner

tewarid commented Nov 27, 2017

It may be desirable to forward unicast and multicast to different destinations. This requires evaluating the destination IP address of a datagram but Node.js does not support that yet.

A workaround could be to bind source socket to the multicast address but that is not supported on Windows.

One caveat, routing back replies to forwarded datagrams would require saving source / destination mappings.

@tewarid tewarid changed the title Forward multicast datagrams only Forward to same destination address and port as source datagram Nov 27, 2017
@tewarid tewarid changed the title Forward to same destination address and port as source datagram Forward unicast and multicast to different destinations Sep 27, 2018
@tewarid
Copy link
Owner Author

tewarid commented Sep 27, 2018

Closing issue due to a lack of need.

@tewarid tewarid closed this as completed Sep 27, 2018
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